Ace Master
Centurion
- Joined
- Aug 28, 2003
- Messages
- 140
I want to make two arrays, the first unidimensional ( var1() ) and the other bidimensional. ( var2(,) )
I have a for loop for extracting some values, and that values are going to the unidimensional array.
I want for each loop to take the value from the first array and to put it to the big array, and when the loop is over to have all the values inside the multidimensional array.(var2)
I cant make this work.
Thanks
I have a for loop for extracting some values, and that values are going to the unidimensional array.
I want for each loop to take the value from the first array and to put it to the big array, and when the loop is over to have all the values inside the multidimensional array.(var2)
I cant make this work.
Thanks