someone, please remind me again....
what is the process of working on arrays within arrays (like the example below). i'm putting a number of arrays in one single array (to be returned from a function).
then i want to run through all the arrays within the one single array, and do stuff with the values etc...
i know it's ultra simple but i'm stuck