NumberToString
NumberToString converts a number to a string, using the decimal separator for the current user locale.
This function is valid in TM1® TurboIntegrator processes only.
In Microsoft Windows, the decimal separator is a Regional Options setting.
The output of this function is similar to the 'general' number format; it does not use thousands separators and uses the minus sign (-) to denote negative numbers.
Syntax
NumberToString(Value);
|
Argument |
Description |
|---|---|
|
Value |
The real value that you want to convert to a string. |
Example
nRET = NumberToString(1234.5);