Back Previous Next


Linguist window package - add

Syntax:

   add {name} to {list} [at {n}]

Keyword handler:

   linguist.window.keyword.WKAdd.class

Runtime handler(s):

   linguist.window.handler.WHAdd.class

Function:

Add a string to a list. If no position is specified the item will be appended to the end of the list..

Example(s):

   add "New Name" to NameList
   add "Item 3" to Items at 2


Back Previous Next