FUNCTION: CCUR( )
You can determine the expression subtype by using the function VARTYPE( ).
CCUR(Number)
The CCUR function converts any number to the variant of subtype Currency.
Converts to currency values ranging from
-922,337,203,685,477.5808 to 922,337,203,685,477.5807
Code:
<% anynumber=(12345) %>
<% =CCUR(anynumber) %>
Output:
12345
This function rounds off to 4 decimal places.
Code:
<% anynumber=(55555.123456) %>
<% =CCUR(anynumber) %>
Output:
55555.1235
Copyright 1999 by Infinite Software Solutions, Inc.
Trademark Information