CCur()

Top  Previous  Next

CCur() - Convert to Currency Type

Description

Converts an expression to a Currency type (i.e. a floating-point number with up to four decimal places).

Currency = CCur(Expression)

Returns Floating-Point Number

Example

strAmount = "$11.50" 'String Amount

 

SMEvent.Raise "Trace", CCur(strAmount) 'Converted to Currency