A little more info. If the array where returning a string

Dim s as String
dim a as array

a = array1(1)
s = a(1)

this is for an array of arrays not sure if this is what you want or if it will work. No time to test it.
You could try it. The other example is a 2 dimentional array.
like this.

00
00
00
00


On Jul 5, 2006, at 1:57 PM, Norman Palardy wrote:


On Jul 05, 2006, at 12:38 PM, Kevin Lohka wrote:


Hello everyone.

I have an array(level 1) which contains arrays(level 2). I'd like to access array elements with the 2nd level arrays but can't figure out the syntax. Any suggestions? Is it possible?

array(index level 1 , index level 2)

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to