10 MODE 2
20 OPENOUT"flowtxt.txt"
30 INPUT a$
40 IF a$="***END***" GOTO 70
50 PRINT #9,a$
60 GOTO 30
70 CLOSEOUT
80 CAT
Quote from: SRS on 20:10, 21 September 17
You mean like this ?Code Select10 MODE 2
20 OPENOUT"flowtxt.txt"
30 INPUT a$
40 IF a$="***END***" GOTO 70
50 PRINT #9,a$
60 GOTO 30
70 CLOSEOUT
80 CAT
[attachimg=1]