I have this type...
Now when I create a new object of this type, I want to be able to choose a different array of types instead of the
"animals:specie[]" but (for instance) "bears:specie[]" or "Monkeys:Specie[]".
I don't want to use an Array of arrays.
So how do I do That? With a pointer of some sort?
Please give me a "pointer" in the right direction...
Type circus field animals:Specie[] method KillThemAll() for t=0 to 10000000 Animals[t]=dead next end method end type
Now when I create a new object of this type, I want to be able to choose a different array of types instead of the
"animals:specie[]" but (for instance) "bears:specie[]" or "Monkeys:Specie[]".
I don't want to use an Array of arrays.
So how do I do That? With a pointer of some sort?
Please give me a "pointer" in the right direction...