Loop inside loop
Posted: Mon Jan 06, 2014 1:45 pm
Hello,
I can't fill my matrix with this program, it just fills 1 data value in all the rows.
What I am doing wrong?
I can't fill my matrix with this program, it just fills 1 data value in all the rows.
Code: Select all
matrix(18,3) tabledata
for %y br co cz hu id ma mx pd pe ph ru sa si sk ta th us vn
for !i=0 to 17
tabledata(!i+1,1) = @last(pend_long_{%y})
next
next