Search found 1 match
- Tue Jan 15, 2019 7:16 pm
- Forum: Technical / Scripting
- Topic: readln not advancing with counter in while loop
- Replies: 1
- Views: 2117
readln not advancing with counter in while loop
readln not advancing to next record with counter variable %thisLineNbr%. I have verified that %thisLineNbr% is incrementing in each loop. It only reads line 3091. If change startingLineNbr to 3092, it reads the next line. The readln code is: Let>startingLineNbr=3091 Let>endingLineNbr=3100 Let>thisLi...