<iLISTCREATE
Usage
Note
See Also |
NAME="name of the list"
[SRC="datasource"] TYPE="<local | global | file | variable | none>" (none) DELIM="" ( ' ) SEP="" ( , ) > Creates a list of variables. SRC is applicable when TYPE is FILE or VARIABLE and is used to load list contents from the appropriate source. LOCAL is a list of local heap names and GLOBAL is a list of global heap names. NONE will make an empty list. The list resides on the local heap. DELIM is the delimiting character to use and SEP is the separator to use to separate items in the list. To specify a double quote as a delimiter, use "". iUNDEFINE can be used to undefine a list as well. iLISTGET, iLISTINSERT
|