| |||
| Home > AXD > AXD Command-line Interface > Commands > convariables | |||
The convariables command displays the name,
type, and value of all variables valid in the current or specified
context and in the specified scope. If you do not specify a scope, then
class, global, and local variables are listed.
The shorthand form of the convariables command
is convar.
convar[ context][ scope][ format]
where:
contextSpecifies the context of the variables you want to list, the default being the current context (see stackentries).
scopeCan be set to class, global,
or local (see scope).
formatSpecifies the format in which the contents of the variables are listed, if this is different from the default format (see format).