StaticVarRemove
|
Miscellaneous functions |
SYNTAX | StaticVarRemove( ''variablename'' ) |
RETURNS | NOTHING |
FUNCTION | This function removes static variable and releases associated memory.
With AmiBroker version 5.30, StaticVarRemove() supports wildcards in the variable name. "varname" parameter can be either exact variable name or wildcard match string. The '*' matches any number of characters, including zero characters. The '?' matches exactly one character. Example 1:
StaticVarRemove("MyVariables*");
|
EXAMPLE | StaticVarSet("DifferentName", 1 ); |
SEE ALSO | StaticVarGet() function , StaticVarGetText() function , StaticVarSet() function , StaticVarSetText() function |
The StaticVarRemove function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.