RAD function: str

A RAD function that converts a data type that is not a string into a string.

Function

str

Format

str(any valid expression)
Parameters

Any valid expression passed to the str function can be converted to a string.

Examples

str(1+1) returns 2.

"report run at "+ str(tod()) returns "report run at 12/10/90 10:10:00".