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.