Rebooting the QBasic we all know and love!
Returns the string representation of a numeric expression.
STR$(numeric_expression)
STR$
numeric_expression is any numeric expression.
STR$ is the complementary function to VAL.
x$ = STR$(3.2718) PRINT x$