Back Previous Next


Linguist window package - move

Syntax:

   move up/down item {n} of {list}

Keyword handler:

   linguist.window.keyword.WKMove.class

Runtime handler(s):

   linguist.window.handler.WHMove.class

Function:

Move an element of a list one place up or down.

Example(s):

   move down item 3 of MyList
   move up item M of Files


Back Previous Next