This function is used to set the decimal 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_DecSep |
Decimal separator character. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
l_DecSep = '.'
CALL_DLL 'VaToolBx' 'VaToolBxAwsSetDecimalSeparatorChar' l_DecSep ReturnCode
=> sets the dot sign as the decimal separator. Then, a numerical value with a decimal section is represented as follows: 123.45
List of the VaToolBx functions by topic