Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why does my Loop end after 11 Loops?
#28
@bplus I think you're missing the whole point here -- the objective is to read the file *without* having to OPEN it at the start, or CLOSE it at the end.  That's why there's the SEEK in there at the top, to move to INPUT pointer manually to the beginning of the file.  It's probably opened once at the start of the program, but read from in various different subroutines and functions. 

Try my simple post before yours, with your data file.  Wink
Reply


Messages In This Thread
Why does my Loop end after 11 Loops? - by Dimster - 02-06-2023, 07:08 PM
RE: Why does my Loop end after 11 Loops? - by SMcNeill - 02-07-2023, 09:21 PM



Users browsing this thread: 24 Guest(s)