function array

 

dear every one,

I would lik to put all the existing orders in a double array

in the begeening of the program.

there is no more than 10 orders total.

array tab[10][ticket,open_value,lot];

for exemple the ticket of order N4

will be:

tab[4][ticket]

is it possible to do this?

thanks in advance

 
yes