2009/10/11 Andy Wilson andy@lshift.net
on a related question: a controller is sending me lists of numbers, 20 at a time. I'd like to be able to store this list and later access it by index.
if you just need to store one list at a time you can just use the [list ] object. if you need to store more lists then [textfile ] is your friend.
alabala