Loading...
 

CX_LOCALE::NonCurrencyUnitSeparation

CX_LOCALE::NonCurrencyUnitSeparation

Description:

This function describes whether a space is inserted between the unit and the value (in any order) when a CX_VALUEwith a non-currency unit is output.

Note:
For the objects class CX_LOCALE and CX_STATE_LOCALE, the function controls the position of the unit for the parent country. If no parent country exists - error message "Error in a base-class".

For the objects class CX_COUNTRY_LOCALE, the function controls the position of the unit for the superior country if a superior country exists. If no higher-level country exists for this object, the position for this country controls the unit.

Code example:

Integer(CX_COUNTRY_LOCALE::NonCurrencyUnitSeparation().....)
...........................................
SystemObject Call(GetLocale)
Get(upperLocale) Copy(NonCurrencyUnitSeparation())

Function call: Call(NonCurrencyUnitSeparation)