|
Morten Apprentice
Joined: 17 Feb 2001 Posts: 119 Location: Denmark
|
Posted: Sat Dec 15, 2001 11:06 am
var. string list |
how do you reset a string list?
Yugo Sangori |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Dec 15, 2001 1:50 pm |
What do you mean reset? Clear it?
If you want to clear it, you can do:
#VAR stringlist ""
#VAR stringlist {}
#VAR stringlist %null
Any of the above should do the trick.
Kjata |
|
|
|
Toetag Magician
Joined: 10 Oct 2000 Posts: 356 Location: USA
|
Posted: Sat Dec 15, 2001 8:44 pm |
or just type:
stringlist=
at the command line.
Killing a fly on a friends forhead may not be overkill, use a hatchet to make sure the job is done. |
|
|
|
|
|