|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Wed Jan 02, 2008 4:00 am
deleting #TEMP triggers |
Is there a command that will delete all #TEMP triggers that have been loaded?
I have an alias that sets #TEMP triggers, but there is a pattern that doesn't match those triggers, so they will not unload from memory.
Thanks for the help.
Yama |
|
_________________ Yama |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Wed Jan 02, 2008 4:04 am |
In short, no. In long, don't use temp triggers if they're not going to fire eventually, or change them so that they will. In longer, you could give them IDs, keep a stringlist of the IDs, and then delete them with #forall, or you could put them all in a class and then delete the class.
|
|
|
|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Wed Jan 02, 2008 4:06 am |
Figured out the #UNT command, sorry for taking up time.
|
|
_________________ Yama |
|
|
|
|
|