Script functions reference > Script functions in alphabetical order > S > Str

Str
Syntax
Str(num);
num 
Description
Converts a numerical value to a string.
Returns
A string.
Example
str(10);
Result:
"10"
OpenText StreamServe 5.6 Updated: 2013-03-01