Please enable JavaScript to view this site.

ESL Documentation

GDecimalPoint is a string variable that specifies the character to use to represent the decimal point. The default value is ".". Many countries use a different notation. For example, European applications would probably change the value of GDecimalPoint to a comma:

 

copy "," to GDecimalPoint

 

When the comma is copied to GDecimalPoint, the decimal point may be used as the thousands separator.