Num Syntax Num(str); str A string specifying a number. Description Converts a string expression to a numerical value. Note: If numeric precision is important, see Numeric precision. Returns A number. Example num("10"); Result: 10 (as a numeric expression)
Num(str);
str
num("10");