|
Richard, thanks for the good background and information about ASCII.
Now that I'm able to successfully split the document by page break, I have a new dilemma. I need to search the file for some text, shown as "Findme" below in the subset of the file. The codes (4012F, 98966) under FindMe may or may not exist and they'll always be different. I need to determine if they exist or not. My question is, after I find the "FindMe" text in the file, how do I have the script search two lines below to see if any text exists?
Thanks
Start subset of file
================================================================================ Example Code Description Mod1 Mod2 Mod3 Level -------------------------------------------------------------------------------- 99441 Description here 1 1
================================================================================ Findme Description Mod1 Mod2 Mod3 Level -------------------------------------------------------------------------------- 4012F Description1 1 1 98966 Description2 1 1
|