Bah, sorry, it wouldn't give me the reply option for some of the later posts…
Well, I just got back from break, so I have internet now… I could not work much on the program, but I did add a new command called SubList. It has room for improvement, but at the moment, it basically takes a portion of a list and stores it to Ans. For example, if L3 was {2,3,0,4,9,2} and I wanted to get the {0,4,9} part, I would need to get the list number (L1=0, L2=1, L3=2…), the offset (0 starts at the beginning, so the offset is 2), and the number of elements to read. So to put it all together:
:{38,2,2,3
:Asm(prgmFONT
You can find the latest upload here.
In response to some of your suggestions…
-The base converter would actually be about as fast being a general base converter, so that is pretty nice
-I am not sure what you mean by the quick key repeater… but if it is what I think, it would be possible in the program version, but easier in the app
-The ability to edit Appvars is already included. The commands are general to allow any data type to be edited (for the most part). You can use GetBytes, StoBytes, VarEditByte, VarReadByte, GetVar, and VarType as the main variable editors. If you have anything more specific in mind, feel free to let me know. Making variable editing features is definitely something I can use for testing and preparing for the App version :D