This function is used to set the grouping separator with the required character.
Note: We do not recommend using this function in an AJAX event processing block because it leads to the page being only partially refreshed.
Context
Adelia Web client
Parameters
ALPHA(1) |
l_GrpSep |
Grouping separator character. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
l_GrpSep = ','
CALL_DLL 'VaToolBx' 'VaToolBxAwsSetGroupingSeparatorChar' l_GrpSep ReturnCode
=> sets the ',' character as the grouping separator. Then, the numerical value 12456 is represented as follows: 12,456
List of the VaToolBx functions by topic