Press the green flag.
*UPDATE 10/13/13* The project now supports most usernames with symbols! This project saves your username so the next person who uses the project (or you, if you press the green flag again) can see it. --- This project demonstrates my method of getting around the fact that cloud variables don't support strings or lists. Each letter is assigned a numerical value (A = 01, B = 02, etc). The numerical values of the letters of a string (in this case, your username) are stored in a cloud variable. When the next user opens the project, the variable is dissected and placed into a local list, where the project uses more local lists to translate the code into the original string. (My alien language generator was loosely based on this principle.) This technique can be used for saving string data in the server. You can use this code for your own projects if you want -- just make sure to give me credit. Thanks. :D