This is my problem.
I have a table which is like this
"DK5" "184:00" "168:00" "00:00" 0 0 0 1
"F02" "185:00" "152:00" "00:00" 0 2 0 2
"SX1" "184:00" "107:00" "00:00" 3 0 0 3
I want to read every row until the end of the table.
Inside this I want another loop that reads next column's value.
there are no for loops as in C language. I can't find the appropriate words to "google it".
Thank you! :)
I have a table which is like this
"DK5" "184:00" "168:00" "00:00" 0 0 0 1
"F02" "185:00" "152:00" "00:00" 0 2 0 2
"SX1" "184:00" "107:00" "00:00" 3 0 0 3
I want to read every row until the end of the table.
Inside this I want another loop that reads next column's value.
there are no for loops as in C language. I can't find the appropriate words to "google it".
Thank you! :)
Comment