Hi all,
I'm used to using multi-dimensional arrays such as My2DArray[ ][ ] to store
spreadsheet-like data, where My2DArray[1][3] would be the 3rd "cell" (or column) in
the 1st row. I'm trying to decide how this maps onto associative arrays in MC. I
haven't found much in way of documentation that gave me any clues. It's very important
that I be able to somehow represent my data (internally) like a 2-dimensional array.
Has anyone done this or have more info on how I might use associative arrays to do
this?
TIA
------------------------------
Leston Drake
LetterPress Software, Inc.
http://www.lpsoftware.com
------------------------------