|
rwpitt Newbie
Joined: 20 Dec 2001 Posts: 2 Location: USA
|
Posted: Fri Jan 11, 2002 4:41 am
Capture text to Variables? |
I have not used variables with triggers before and I am trying to capture a integer and save it to a variable. An Example
1) 12
I use a trigger for 1) (%d) to #var temp1 %1, but it does not seem to work. Anyone have any suggestions? |
|
|
|
Private Adept
Joined: 10 Jan 2002 Posts: 264 Location: USA
|
Posted: Fri Jan 11, 2002 6:21 am |
I use a trigger for 1) (%d) to #var temp1 %1, but it does not seem to work. Anyone have any suggestions?
try:
pattern: 1~) (%d)
the tilde needs to be in front of any 'special' charecters in patterns |
|
|
|
|
|