matthewkmk
Programmer
If I have a file in this format:
Actually this is a long file, I just want to get some data from it.
...........
*
*******************
* Class 1
******************
Name No
John 1
Mary 2
..............
******************
* Detail
******************
Name Age
John 13
Mary 15
................
I want to get the information about John and Mary.
If I open the text file, how to get the data once the computer finds the words *Class 1 and then after some
row, I also want to get another data below *Detail
Thx a lot.
Actually this is a long file, I just want to get some data from it.
...........
*
*******************
* Class 1
******************
Name No
John 1
Mary 2
..............
******************
* Detail
******************
Name Age
John 13
Mary 15
................
I want to get the information about John and Mary.
If I open the text file, how to get the data once the computer finds the words *Class 1 and then after some
row, I also want to get another data below *Detail
Thx a lot.