Back Previous Next


Linguist window package - replace

Syntax:

   replace item {n} of {list} with {string}

Keyword handler:

   linguist.window.keyword.WKReplace.class

Runtime handler(s):

   linguist.window.handler.WHReplace.class

Function:

Replace an element of a list with a new value.

Example(s):

replace item 3 of MyList with "MyDocuments/inventory.doc"
replace item M of Files with NewFile


Back Previous Next