CFloat
Float = CFloat ( Expression AS Variant ) AS Float
Float = CFlt ( Expression AS Variant ) AS Float
Converts an expression into a floating point number.
Be careful! The current localization is
not used by this function.
In other words, if the expression is a string, the decimal separator in the expression MUST be ".", even if
in the localization it is defined as "," like in German, French...
Errors
Examples
PRINT CFloat("+3.1416")
PRINT CFloat("1.0E+3")
See also