Numeric

Constant:

LL_NUMERIC

Content e.g.:

"3.1415", "2.5e3"

Hint:

Exponential syntax is allowed (2.5e3 equals 2.5*103). A thousands separator (as in "1,420,000.00") is not allowed.

Constant:

LL_NUMERIC_LOCALIZED

Content e.g.:

"1,255.00"

Hint:

The number is interpreted as a localized number, i.e. as a number formatted according to the local format settings. The OLE-API VarR8FromStr() is used internally.

Constant:

LL_NUMERIC_INTEGER

Content e.g.:

""5""

Hint:

Provides an integer value. The usage of integer values has a better performance in calculations. They will be displayed and printed without decimals.