1 NUM$ The NUM$ function evaluates a numeric expression and returns a string of characters in PRINT statement format, including leading and trailing spaces. Example Number$ = NUM$(34.5 * 5000 / 32.4) 2 Syntax str-var = NUM$(num-exp)