Search found 1 match
- Mon Aug 28, 2017 11:55 pm
- Forum: QBasic / QuickBasic related
- Topic: Program to reformat dumped data
- Replies: 1
- Views: 747
Program to reformat dumped data
The following code did not work on my new computer but did on the old. They are both DELLs. The OPEN command gave errors. n$ = "dump.txt" next$ = "12/45/7890" OPEN n$ FOR INPUT AS #1 ' ' locate first line of Merrill data key$= mid$(next$,7,4) do until key$ = "2017" input #1, next$ key$= mid$(next$,7...