From: "Richard D." Date: 2012-10-02T16:50:38+09:00 Subject: Re: how to read arrary with an array Thanks for replies. I at least understand it much better between the two posts and understand the code for the program. So confirm my basic understanding, basically in this case the each inner array would be a row, and each item would fall into some kind of column, to use a spread sheet reference. So it would read col 1, col2 row1 Getting, 1 row2 Numbers, 9 row3 Letters, 13. Later the author just made the variables to reference just the columns; name: go to first column page: go to second column. The author explained that an array is just a set of data. He just didn't explain how an array within an array worked, but briefly showed it existed. Again, thanks for the help. -- Posted via http://www.ruby-forum.com/.