This is a project meant as a simple engine for compiling lists into a single variable and back. May be useful to incorporate in projects involving savegames, or cloud MMOs (with the new ASCII encryption functionality). I KNOW the graphics are horrible. That's not the point. NOTE: when the output comes, press down arrow to go back to the home screen. NOTE: do not use the vertical bar character | in the list. It is used in the code as a delimiter - that is, to separate entries in the variable. If you use it it will split that entry in two, while disappearing itself. NOTE: for some reason the letters only come out as capital letters when encoding. I will fix it in a minor update soon, but it doesn't really matter.
v2.0 here! Changes: Bugs fixed, but more importantly - you can now convert from text into hex codes (ASCII) using the encode and decode functions! This CAN be used in cloud variables, despite the letters a-f in base16; you just have to put 0x before the rest, which signifies base16.