CFloat

Float = CFloat ( Expression )

Converts an expression into a floating point number. Be careful, the current localization is NOT used by this function.

Example :

PRINT CFloat("+3.1416")
=> 3.1416

PRINT CFloat("1.0E+3")
=> 1000

Previous: CDate Next: Choose


Referenced by :