User`s guide
list
infolist = list(cc,'variable’,varname) returns information about
the specified variable
varname.
infolist = list(cc,’variable’,varnamelist) returns information
about variables in a list specified by
varnamelist. The information
returned in each structure follows the format b elo w when you spe cify
option
type as variable:
infolist Stru cture Element Description
infolist.varname(1).name
Symbol name
infolist.varname(1).isglobal
Indicates whethe r symbol is global
or local
infolist.varname(1).location
Information about the location of
the symbol
infolist.varname(1).size
Size per dimension
infolist.varname(1).uclass
ticcs
object class that m atches
thetypeofthissymbol
infolist.varname(1).bitsize
Size in bits . More information is
added to the structure depending
on the symbol type.
infolist.(varname1).type
data type of symbol
infolist.varname(2).... ...
infolist.varname(n).... ...
list usesthevariablenameasthefield name to refer to the structure
information for the variable.
infolist = list(cc,'globalvar') returns a structure that contains
information on all global variables.
infolist = list(cc,'globalvar',varname) returns a structure that
contains information on the specified global variable.
infolist = list(cc,'globalvar',varnamelist) returns a structure
that contains information on global variables in the list. The
7-86