The MessageServer class / base.MessageServer methods |
Sends a key event to the group of programs connected together.
base.MessageServer.send( keyname STRING )
CALL base.MessageServer.send("f1")
All programs registered to the message server group are notified, including the program which has sent the message. The messages can be treated by the current dialog with a simple ON KEY() interaction block.