if x= and it has multiple choices

Posted by Kak1010 on Thu 28 Sep 2006 02:09 PM — 2 posts, 12,170 views.

#0
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!
USA #1
You could probably use a switch statement. But does this have to do with MUSHclient?