SEPARATOR_IS_COMMA

SEPARATOR_IS_COMMA

DECIMAL SEPARATOR FOR FLOATING NUMBER IS COMMA

  • Type: Command
  • Parameter: 0
  • Group: System

ACTION

The command SEPARATOR_IS_COMMA set the comma as decimal separator for floating number.

SYNTAX: SEPARATOR_IS_COMMA

USE

  • The command SEPARATOR_IS_COMMA is used to set the comma as decimal separator for floating number.

ERROR

  • None.

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$)

SEE ALSO

SEPARATOR_IS_POINT