7.6

Table Of Contents
Argument
expression
Measure value to be converted. The decimal part is rounded down to 2 decimal points.
Code Sample Example
This example converts a floating point value into a currency value.
floattocur(3.263457) %Returns 3.36
IntToCur (function)
Converts an integer expression into a measure value.
Syntax
inttocur( expression ) currency value
Argument
expression
Integer value to be converted.
StrToCur (function)
Converts a string value into a currency value.
Syntax
strtocur( string ) currency value
Argument
string
String value to convert.
Integer
Add (function)
Adds two numerical expressions. This is the functional equivalent to the + operator, when you use the + operator with numer-
ical expressions.
Syntax
add( expression, expression2 ) integer, measure, currency value
Arguments
expression1, expression2
©2010 Objectif Lune Inc - 514 -