LocalizedDecimalPoint Function

Syntax

String LocalizedDecimalPoint(Number decimalPointOption = 1)

Return Value

String

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.