01-24-2024, 08:01 AM
Great!
If you want to get rid of the Goto's you can replace your BYTELOOP with:
If you want to get rid of the Goto's you can replace your BYTELOOP with:
Code: (Select All)
Do
If Loc(1) <> 0 Then Get #1, , byte
If Asc(byte) = 13 Then Exit Do
If Asc(byte) >= 46 And Asc(byte) <= 90 Then KILLFILE$ = KILLFILE$ + byte
Loop
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience