Hi,
I want to create a com.objectspace.jgl.Array that countains several com.objectspace.jgl.Array. The problem is that the count of the content is variable.
How can I add info in the arrays of my array? (heu heu!)
I would like something like :
while(i<size)
{
myArray.at(i).add(aString);
}
What is the declaration of myArray??
Thanks a lot
H.
I want to create a com.objectspace.jgl.Array that countains several com.objectspace.jgl.Array. The problem is that the count of the content is variable.
How can I add info in the arrays of my array? (heu heu!)
I would like something like :
while(i<size)
{
myArray.at(i).add(aString);
}
What is the declaration of myArray??
Thanks a lot
H.