I have a pointer to a 2D array
Array text($My_Array;5;10)
$ptr:=->$My_Array
I know that $ptr->{2} will reference the sub-array (of 10 elements) at
element 2.
I need to provide a pointer to this sub-array
ex:
My_Method(->($ptr->{1}))
The above syntax does not seem to work, can someone help with syntax?
Thanks!
Chip
---------------
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ: http://lists.4d.com/faqnug.html
Archive: http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************