Sets the decimal separator for displayed numbers. Affects the style not only of numbers displayed in the UI, but any string coercion of numbers with tostring() as well.


See also Client control and information functions.

Signature:

SetEuropeanNumbers(enable)

Arguments:

  • enable - True to use comma (",") as the decimal separator; false to use period (".") as the decimal separator (boolean)