Hello!
In my attached file(which is a similar, analogous problem to my real program) I have three generated numbers in a while loop(lets say 11 loops).
I want to have a 1D array with these total 33 numbers.
first loop:
I want the first numbervalue on top to be the first in array. The second value in middle to be second. The last value to be third in array.
second loop:
The first value on top to be fourth in array. The second value in middle to be fifth. The last value to be sixth.
third loop:
etc.....
How do I program this? Cant make it work. Please help. See file.
Thanks Fredda