Originally Posted by
Norm
Look at the print statement and see why it doesn't print any but the values at index 0 and index 1
The index in the code does not index past those two values.
Look at using an else statement to control the second print statement.
I tried that but all it does is duplicate the first column on to other columns so they all have the same values of the first column it works in a sense that it display all columns though, i'll continue tinkering with it.
--- Update ---
I got it to work I used and if statement like before, but instead of and else statement I used another for loop and it worked like a charm
Thanks for all your help guys!