[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: Clean.Pgm On Iii+



Harry,

After further analysis of your CLEAN program, it seems that when it first
searches for "Lewis E.", and finds it, it assumes immediately therafter that a
search for "Subject:" will be found. You do the error checking on the first
search, but not on the second search. Now, this may be the case that the string
"Subject:" always follows your first search string, but if it is not, an error
will be invoked and the XC EL DF RD LD function calls will be executed
regardless. This situation is true for Labels A and B. This is the only problem
I see with this program, and would simply recommend that you put the error
checking on your "Subject:" search strings.

Other than that Harry, I created a test file with your search strings and it
performed as I expected.

Regards, Jim

P.S. Good point Harry...about the Settings.dfl. Please check your settings for
a WA= default. This is the wait-time default for errors, etc. Try a value of it
from the command line, i.e. VA/NV WA (or $WA).