Well, I'm not gonna try to go through that and figure out what is going on. I'll tell you that if you want to do something to row 13, then you will need to do something to figure out how many times you have spit out the row. Like, set i=0 before you go into the loop. Then, increment it by one just before you spit out the row and do a check to see it you are up to i=13 yet.
|