Hi Gary I'm not a big fan of arrays. They tend to make the code harder to read and debug. In FoxPro you are generally much better off using a cursor. Just use x, y and z fields as coordinates and a character field for data and a type indicator. That will give you a 3d space to store data.
Mike > Message: 6 > Date: Wed, 3 Jan 2007 16:59:18 +0000 > From: "Garry Bettle" <[EMAIL PROTECTED]> > Subject: Array of Arrays - Example Request > To: [EMAIL PROTECTED] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Howdy all! > > Hope everyone has had a good break. > > Does anyone have an example of an Array of arrays? > > I'm stumped as to how to Dimension\Declare the array. > > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

