Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






CCur function

Returns a value converted to the Currency data type.

Syntax

CCur ( expr )

Elements

expr

Any numeric expression, or a string expression that LotusScript can convert to a number.

Return value

CCur returns the numeric value of expr rounded to four decimal places, as a Currency value.

CCur(EMPTY) returns 0.

If expr is a string expression, CCur returns the numeric representation of the string, rounded to four decimal places. If LotusScript cannot convert the string to a number, the function raises an error.

If the value of expr is too large to fit in the Currency data type, the function raises an error.

See examples

Examples: CCur function
Related topics
LotusScript Language Reference: A through D
Data type conversion
Currency data type
CBool function
CByte function
CDat function
CDbl function
CInt function
CLng function
CSng function
CStr function
CVar function
Round function




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009