DECIMAL SEPARATOR FOR FLOATING NUMBER IS POINT
ACTION
The command SEPARATOR_IS_POINT set the point as decimal separator for floating number.
SYNTAX:
SEPARATOR_IS_POINT
USE ERROR EXAMPLE
dim f$
f$="123.456"
print val(f$)
separator_is_comma
f$="123,456"
print val(f$)
separator_is_point
f$="123.456"
print val(f$)
SEPARATOR_IS_POINT
SEPARATOR_IS_POINT
SEE ALSO
SEPARATOR_IS_COMMA