LocalizedDecimalPoint Function
- Updated2025-07-21
- 1 minute(s) read
LocalizedDecimalPoint Function
Syntax
String LocalizedDecimalPoint(Number decimalPointOption = 1)
Return Value
A string containing the localized decimal point character.
Purpose
This function returns the value of the localized decimal point.
Parameters
decimalPointOption as Number
An optional number that specifies how the function determines which character to use for the localized decimal point. The valid values are: 1 - (default) Use the Station Options localization preferences to determine whether to use the operating system setting. 2 - Use the operating system setting. 3 - Use the period character. 4 - Use the comma character.