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