be58d2003
Well-known member
I know this has been posted (kinda, searched first)...
I am working on a little program, and I need to read three .txt files, however... one of them takes a little bit of time to load (there is about 25,000 lines of text... dont ask). I want the user to be able to track the status of the loading progress. How can I do this? I use the LineInput(1) method, because I need to use the EOF(1) function so it works with another (one that I didnt create) program that, then in turn converts it from a .txt file to one that is read by M$ Flight Simulator.
Also, the reason I am using the LineInput function, is that seems to be the only way I can add the files (two of three) do a ComboBox (dropdown) list. Anyone?
I am working on a little program, and I need to read three .txt files, however... one of them takes a little bit of time to load (there is about 25,000 lines of text... dont ask). I want the user to be able to track the status of the loading progress. How can I do this? I use the LineInput(1) method, because I need to use the EOF(1) function so it works with another (one that I didnt create) program that, then in turn converts it from a .txt file to one that is read by M$ Flight Simulator.
Also, the reason I am using the LineInput function, is that seems to be the only way I can add the files (two of three) do a ComboBox (dropdown) list. Anyone?