Reference
Put down that phone!Please view me on real computer.
STR$
Converts to a string.
PRINT STR$("Hi World!") PRINT STR$(26)
Hi World! 26