Hello,
I have read the contents of a text file that looks like the following lines into vb;
this_date = "1-2-09"
// user input
//user input
this_date = "2-22-2009"
//user input
this_date = "4-7-2009"
// user input
//user input
// user input
//user input
(there is no limit to how many "this_date" lines or "//user input lines" there are in the file and additions are made often )
When I read the file in vb I wish to only capture the last "this_date" only as the rest are irrelevant.
Any suggestions,
Thank you in advance....
I have read the contents of a text file that looks like the following lines into vb;
this_date = "1-2-09"
// user input
//user input
this_date = "2-22-2009"
//user input
this_date = "4-7-2009"
// user input
//user input
// user input
//user input
(there is no limit to how many "this_date" lines or "//user input lines" there are in the file and additions are made often )
When I read the file in vb I wish to only capture the last "this_date" only as the rest are irrelevant.
Any suggestions,
Thank you in advance....
Last edited: