I am writing vbscript and am trying to write:
if x="123"or"456"or...... {with about 20 options}
then
mailto= easterngroup
endif
How do I code the multiple variables in the if statement?
Thanks!
if x="123"or"456"or...... {with about 20 options}
then
mailto= easterngroup
endif
How do I code the multiple variables in the if statement?
Thanks!