Hey all,
How would one skip the first 3 lines in a file that you need to open. Say the first three lines are always the same...
like:
Name ....
Data....
Garbage data... but it could be more than that say, 4 or 5 lines long...
the next line ALWAYS starts with the date.
in the form
04/03/2001 .... everything else...
there an easy way tell where to start reading data from?
If I'm not too clear on what I'm trying to get let me know, I'll try explain more.. thanks in advance.
Rhoon
How would one skip the first 3 lines in a file that you need to open. Say the first three lines are always the same...
like:
Name ....
Data....
Garbage data... but it could be more than that say, 4 or 5 lines long...
the next line ALWAYS starts with the date.
in the form
04/03/2001 .... everything else...
there an easy way tell where to start reading data from?
If I'm not too clear on what I'm trying to get let me know, I'll try explain more.. thanks in advance.
Rhoon