Previous Page | Next Page

SCL Lists

Retrieving Values from SCL Lists

To retrieve the value of an item in a list, use the GETITEMN, GETNITEMN, GETITEMC, GETNITEMC, GETITEML, GETNITEML, GETITEMO, or GETNITEMO function.

With arrays, you use

x=A{i};

but with SCL lists, you use

x=getitemn(listid,i);

See also Assigning Names to SCL List Items.

Previous Page | Next Page | Top of Page