|
-
Sep 2nd, 2011, 08:00 AM
#1
Thread Starter
PowerPoster
start the reading file from...
I use the tipical function:
....
Open file For Input As #1
...
ecc...
to reading txt file line by line.
But instead to init the redaing line by line...
1) I need to find, in position mid(line, 1,8), the string INIT0000 and strat the reading of lines from here
2) stop the reading of line from file wehen the code found in mid(line, 1,8), the string INIT0001
please a fast method to find the first line because have perphs 2.300.000 of lines in original txt file 
note:
no possible duplicate string in position mid(line, 1,8)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|