Hi,
is there any way to access subcollections in php.
We have a collection like this:
x= VARRAY - VARRAY - RECORD - VARRAY
When reading x size is >1 but result of getElem is null.
thx
I guess you mean you have an array some of whose members are in themselves arrays.
Have a read of the Array Functions to find out all you need.