Well, if you want to 'save' a string within a program, all you have to do is declare and assign a string variable. Then, as long as you don't modify the variable, you can reference it throughout your program's runtime. You can declare a string by appending a dollar sign to a variable's identifier, like this: NAME$ = "TEXT GOES HERE"