ATTRIBUTES
From STX Wiki
Jump to navigationJump to search
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
.