How can I detect end of file while reading a text file?
10 print chr$(4)"Open mytextfile"
20 print chr$(4)"read mytextfile"
30 input a$
40 rem process process process
50 if what who how then 30
60 print chr$(4)"close mytextfile"
hep me please! (trying to write a dumb line editor)