Making an array of arrays

Neat, thank you!

I have a related question:
If I don't want to "ugly up" my main sketch file, can I store my super long arrays in another file, and include them into my main sketch? I have tried to make a new tab and just cut+paste the array definitions, but then when I try to reference them in my main sketch file, they are undefined / not in scope.