Determines the decimal point character used in the display of numeric and currency expressions.
|
|---|
SET POINT TO [cDecimalPointCharacter] |
Parameters
-
cDecimalPointCharacter
-
Specifies the character for the decimal point.
Remarks
Example
| | Copy Code |
|---|
gnX = 1.25
gcNewPoint = '_'
SET POINT TO gcNewPoint
? gnX
SET POINT TO && Reset the decimal point to a period (.)
? gnX |
See Also