Font-size: A A A
Version: 1.0
The CInt function converts any number to the variant of subtype Integer. Converts to values ranging from -32,768 to 32,767
<% anynumber=1234.567 %> <% =CInt(anynumber) %>
1235
The number is rounded off.