What do you mean exactly? If you want to declare strings, you just append a dollar sign to the variable identifier. E.g.: ST$ is a string. If you want to print it, simply use PRINT <String Variable>. E.g.: PRINT ST$