Hello VBScript experts -
I am working with an ASP page.
Need to perform a task If any of a group of values are "on"..
If blnMarcam = "on" OR
blnJDE = "on" OR
I'm getting a syntax error in the above If statement...
Microsoft VBScript compilation error '800a03ea'
Syntax error
If blnMarcam = "on" OR
----------------------^
I have also tried ||
So...........how can I construct the If statement to check for multiple conditions ?
Thanks for any help.
John
I am working with an ASP page.
Need to perform a task If any of a group of values are "on"..
If blnMarcam = "on" OR
blnJDE = "on" OR
I'm getting a syntax error in the above If statement...
Microsoft VBScript compilation error '800a03ea'
Syntax error
If blnMarcam = "on" OR
----------------------^
I have also tried ||
So...........how can I construct the If statement to check for multiple conditions ?
Thanks for any help.
John