System Parameters
'TH'= Thousands Separator
 
Description Assigns the thousands separator/character for use in formatted numeric data IO. Use the ASCII value of the character. For WindX environments, this parameter must be set on both the client and the server.


*Note* 'TH' is used if I/O is formatted in INPUT, OBTAIN, PRINT and the STR( ) function


(and ignored for unformatted I/O). It is always ignored by the NUM( ) function and when using WRITE, READ, FIND or EXTRACT directives in converting numeric data.
 
Default 'TH'=44 or 'TH'=ASC(",") for the comma.