|
Goldenchild Newbie
Joined: 15 Jun 2005 Posts: 4
|
Posted: Sat Jul 23, 2005 11:01 am
Stringlist clearing |
I looked through the reference manual's commands, but didn't see one. So I thought I would ask, is there a way to clear all the information within a stringlist instead of just deleting one using #delkey or #delitem? I would want all the information other than the variable name of the string list cleared? Any help?
|
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sat Jul 23, 2005 3:13 pm |
To clear a Variable either of the below examples will work
#VAR varname ""
varname="" |
|
|
|
|
|