|
cxs410 Beginner
Joined: 04 Oct 2005 Posts: 20
|
Posted: Fri Oct 14, 2005 1:38 am
I think this is an easy one.. |
Two part question..
I'm trying to get zmud to see this variable but I can't get the trigger to match
-- Ripple: cl <-- Actual Mud Putput
-- Ripple: (%d)
It's not matching.. anybody got anythoughts on way? |
|
|
|
Slaem Apprentice
Joined: 20 Sep 2005 Posts: 135
|
Posted: Fri Oct 14, 2005 2:06 am |
Check your wild-card.
%d match any number of digits (0-9)
%w match any number of alpha characters (a-z) (a word) |
|
|
|
OmegaDeus Apprentice
Joined: 14 Sep 2005 Posts: 121
|
Posted: Fri Oct 14, 2005 7:12 am |
Just a word of advice when making triggers, after you set the pattern, go to the test tab, you'll know if your pattern will match there, you'll see something like Ripple: 123 show up automatically, with a word it'd be Ripple: abc, with a wildcard you'd see something like Ripple: abc 123 abc, from there just input Ripple: cl and push the button and if pattern matches the way you want it to, it'll show you.
|
|
_________________
Look at me I've got zSKILLS |
|
|
|
|
|