Originally Posted by
Norm
Now what about the for loop.
What is the for loop supposed to do? The printout shows you what it does.
This is what the array should have in it after the first record is read and saved:
[1280, 0, 0, 0, 0, 0, 0, 0, 0, 0]
and this is what it should have in it after the second record:
[1280, 720, 0, 0, 0, 0, 0, 0, 0, 0]
and after the third:
[1280, 720, 900, 0, 0, 0, 0, 0, 0, 0]
Where is the println() that printed what's in post#42? It looks like it is inside of the for loop,
not after the for loop as suggested in post#41