Hi! I'm new to TI programming, but I've already done a lot of programs.
I need to make a program that stores data in a very particular way. I need to:
1) Have a lot of data. No variables.
2) Store this data in sets so that:
a) The program knows "this is the first set, this is the second set…"
b) The program knows "this is the first element of the set, this is the second element…"
3) The program can make new sets and add data to them.
Any ideas?