View Single Post
Old Jan 15th, 2006, 7:59 AM   #9
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8 Ooble is on a distinguished road
Quote:
Originally Posted by paulchwd
Why would it not work with a 1d array?
You have two-dimensional data. Technically, a 2D array (x, y) is simply a 1D array of (x * y), but easier to use in these circumstances.

        | FieldA | FieldB | FieldC
--------+--------+--------+--------
Record1 |   1A   |   1B   |   1C
        |        |        |
Record2 |   2A   |   2B   |   3C
        |        |        |
Record3 |   3A   |   3B   |   3C
        |        |        |
Looks 2D to me.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote