Str Syntax Str(num); num A number. Description Converts a numerical value to a string. Returns A string. Example str(10); Result: "10"
Str(num);
num
str(10);
"10"