1 STR$ The STR$ function changes a numeric expression to a numeric character string without leading and trailing spaces. Example A$ = STR$(65) 2 Syntax str-var = STR$(num-exp)