NUMTOCHAR

Syntax:

NUMTOCHAR(N number)

Description:

NUMTOCHAR converts a number to a left justified character array

The number of decimal places is taken from the scale factor of the number

Example:

NUMTOCHAR(1.5) = "1.5"