FUNCTION: CLNG( )
You can determine the expression subtype by using the function VARTYPE( ).
CLNG(Number)
The CLNG function converts any number to the variant of subtype Long.
Converts to integers ranging from -2,147,483,648 to 2,147,483,647
Code:
<% anynumber=1234.5 %>
<% =CLNG(anynumber) %>
Output:
1234.5
Copyright 1999 by Infinite Software Solutions, Inc.
Trademark Information