|
Vodoc Apprentice
Joined: 11 Apr 2003 Posts: 119 Location: Sweden
|
Posted: Tue Oct 05, 2004 8:06 pm
Temporary variables? |
Plain and simple, are there any temporary variables one can use just inside the scope of a single trigger/alias?
That would be a very useful feature but I can't find it anywhere. It annoys me to leave useless variables everywhere in the settings. |
|
|
|
Guede Wanderer
Joined: 30 Nov 2003 Posts: 65 Location: United Kingdom
|
Posted: Tue Oct 05, 2004 10:17 pm |
You can do a work around by having your trigger/alias script 'tidy up' after its done by using #UNVAR no?
#VAR tempVariable // Set up your temporary variable
// Do stuff using the temp variable and whatever else
#UNVAR tempVariable // Remove your temporary variable.
-G- |
|
_________________ Who is General Failure and why is he reading my hard disk? |
|
|
|
|
|