Hello,
I've got a file that has records that have more than one line. These multi-line records are seperated by a series of dashes (-------) accross the page. ie:
----------------------------------------------------------
JOESMITH JOE SMITH 12 MAIN ST
BOSTON MA 9999999
999-999-999999
----------------------------------------------------------
I want to extract from the file the line after the line of dashes.
-Verge
I've got a file that has records that have more than one line. These multi-line records are seperated by a series of dashes (-------) accross the page. ie:
----------------------------------------------------------
JOESMITH JOE SMITH 12 MAIN ST
BOSTON MA 9999999
999-999-999999
----------------------------------------------------------
I want to extract from the file the line after the line of dashes.
-Verge