Back Previous Next


Linguist basic package - send

Syntax:

   send {message} to {module}

Keyword handler:

   linguist.basic.keyword.BKSend.class

Runtime handler(s):

   linguist.basic.keyword.BHSend.class

Function:

Send a message to another running script, identified either by name or as a module variable. The script's on message handler will be invoked. See also run.

Example(s):

   send "Stop" to "Flasher"
   send "13" to Module2


Back Previous Next