Solaras Wanderer
Joined: 11 Mar 2002 Posts: 93
|
Posted: Sat Feb 21, 2004 4:37 pm
Variables and Parsing |
I am trying to build a string list of certain triggers and use ismember
to determine what to do with that variable.
It works fine so long as its strictly text in the stringlist, but
what I want to know is if there is a way to have like
Variable
DoThis
(a+) Waves hello
Hi There
Bounces
in the list and have it pattern match
(.*) is my trigger
#IF (%ismember (%1, @dothis)) {Do this}
now if (a+) Waves hello is in the list it doesnt work.. and
I would really like to know how to make it work if I can |
|