Re: stop file from closing.
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Apr 07, 2007
- 590 views
curtis wrote: > > How can i keep a file from closing when it reaches the end. I want the file > to just stay there the way it is until the person using it clicks X. Hot entirely sure here, but I think you want to add
if getc(0) then end if
at the end of your program HTH, Pete