Back Previous Next


Linguist basic package - run

Syntax:

   run {name} [with {variable} [and {variable} ...]] [as {module}]

Keyword handler:

   linguist.basic.keyword.BKRun.class

Runtime handler(s):

   linguist.handler.LHRun.class

Function:

Runs the named script module, exporting the list of variables which must those declared in the target's import statement. You can optionally save a reference to the new script in a module variable.

Example(s):

   run "Monitor5" as Monitor
   run "Flasher" with MyWindow and Count
   run "Module2" with Code as Module2


Back Previous Next