Programmer Guide/Command Reference/ATTRIBUTES: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
ATTRIBUTES
#list := ATTRIBUTES item|MACRO|SHELL|GLOBAL
Returns a blank separated list of available attributes for the specified shell item, or a list of variables available in the current macro, shell or globally.
Example:
#table := new table *
- list := ATTRIBUTES $#table
um 'The item attributes available for a table item are: $#list'
delete /Var #list
See also the example script relection.sts
.