hello everybody
I have a question please
has anyone created an array with a name that is created dynamically
is it possible to do something similar to:
for p = 1 to counter
myArray & p()
next p
Hello
thank you for your answer
i can not have a two dimensional array,if the length of the array vary, no?
for example a two dimensional array containing such info:
A B C
M N P Q
E F G
well but i think i found a solution inspired from your suggestion
i am going to use an array of arrays
so i will have at the end
[[A, B, C],[M, N, P, Q],[E, F, G]]
and for example
myarray(0)(1) = B
i can t think of any otherway
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.