Search found 1 match
- Mon Nov 21, 2005 11:00 am
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Need help finding strings
- Replies: 6
- Views: 8144
Need help finding strings
I'm trying to analyze a file that represents a series of data records. Each record has 66 lines in it and I have to pull out certain data from within this 66 line block. I basically need to say (for example), go to line 8, column 12, and read 17 characters. Assign that string a variable name and pri...