Previous Next

SET-NUMERIC-FORMAT( ) method
Sets the NUMERIC-SEPARATOR and NUMERIC-DECIMAL-POINT attributes simultaneously.
Return type:
Applies to:
 
Syntax 
SET-NUMERIC-FORMAT ( separator , decimal-point )
separator
A CHARACTER expression that represents, in formatted text, a number’s thousands separator.
The thousands separator cannot be represented by any of the following:
*
The characters: B C D R Z z 0 1 2 3 4 5 6 7 8 9 + - < > ( ) * ?
Note:
*
decimal-point
A CHARACTER expression that represents, in formatted text, a number’s decimal point.
The decimal point cannot be represented by any of the following:
*
The characters: B C D R Z z 0 1 2 3 4 5 6 7 8 9 + - < > ( ) * ?
*
*
SET-NUMERIC-FORMAT( ) returns TRUE if the operation is successful.
Note:

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.