NumberToString

This function converts a number to a string, using the decimal separator for the current user locale.

This is a TM1® TurboIntegrator function, valid only in TurboIntegrator processes.

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);