<@VARNAMES>
Syntax
<@VARNAMES SCOPE=scope>
Description
Returns an array containing all variable
names for a given scope. See <@VAR> for an explanation
of the scoping rules. The result array has one column and n
rows where n is the number of variables in the specified
scope.
Example
The following returns all variable names
for the current user scope using the default array formatting:
<@ASSIGN NAME="myvarnames"
VALUE="<@VARNAMES SCOPE='user'>">
<@VAR NAME="myvarnames">
See Also
<@ASSIGN>
<@VAR>
|