Float = CFloat ( Expression )
Converts an expression into a floating point number.
Be careful! The current localization is NOT used by this function.
PRINT CFloat("+3.1416") 3.1416
PRINT CFloat("1.0E+3") 1000