Fork of my last cloud variable encoding/decoding project, but now it successfully encodes/decodes lists. You can store 128 characters, excluding list breaks (so letters, numbers, symbols, etc) because the integer limit for cloud variables are 256 numbers, and each character is encoded into two numbers, list breaks (the thing that separates each item in the list) are stored as 00, so basically less items = more characters you can store.