NUMTOCHAR(N number)
NUMTOCHAR converts a number to a left justified character array
The number of decimal places is taken from the scale factor of the number
NUMTOCHAR(1.5) = "1.5"