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
Regards
Lina