Str function example

The following example uses the Str function to return a string representation of the Number field. When a number is converted to a string, a leading space is always reserved for its sign.

Number field Function returns
459 " 459"
-459.65 "-459.65"
459.001 " 459.001"

Str([Number])