You can't have an array of array's per se, but you can create a array
with any of the following:

Local array afoo[Rows, Cols]
Local afoo[rows, cols]
Dimension afoo[rows, cols]
Declare afoo[rows,cols]

Additionally, you can use collection objects or ryo array handlers and
store your references to each in a simple array. That'd be pretty much
the equivalent of an array of arrays.
-Lew 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Garry Bettle
Sent: Wednesday, January 03, 2007 11:59 AM
To: [EMAIL PROTECTED]
Subject: Array of Arrays - Example Request

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.

Many thanks.

Cheers,

Garry

--
MCP, Security+, MCTS SQL 2005


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---


[excessive quoting removed by server]

_______________________________________________
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.

Reply via email to