PDA

View Full Version : Checking for required files


SteveinVegas
07-31-2001, 01:14 PM
I have a situation where there are 2 files that are part of IE that are necessary for my application. How can I 'OR' two variables together so that an abort screen appears. It seems that both have to be missing before the abort screen currently appears.
Thanks for any assistance.

John Jackson
07-31-2001, 09:29 PM
My approach has been to have two abort screens. One abort for each variable.

SteveinVegas
07-31-2001, 09:39 PM
Thanks...that's what I thought