![]() |
|
freevars |
Longname: | free var iable s | ![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Released: | 4.52a | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Created: | 4.52a | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last modified: | 6.82a | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also: | savevars |
Summary |
The freevars keyword frees 3B2 script variables that match a wildcard pattern. |
Example extract |
The example below will clean out all your file {areas}:
|
Syntax
|
pattern:s
|
pattern:s |
String tag/file containing wildcard pattern. The syntax only allows one string argument, which can be wild (* or ?), or just a variable name, such as: freevars "my_variable". |
![]() |
It is important to be aware that using freevars "*" will clear all variables including areas, and system paths if these are used again later during the same 3B2 session. |
Document created on 08-Feb-2003 (revision 1)