NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



CreateList

Creates a SIML list variable

Sample Source

CreateList MyList
InsertBefore 1 To MyList
InsertAfter "Item Two" To MyList
SelectItem First from MyList
While AtEndOfList MyList <> True
   Say CurrentItem Of MyList
   SelectItem Next from MyList
Loop

Related Function(s):
   AtEndOfList; CreateArray; CurrentItem; FindItem; IsArray; IsList; KeyExists; NumberOfItems; SelectItem;

Minimum version: 4.4