Name
SendApplicationMessage -- send message to another application (V6.0)
Synopsis
SendApplicationMessage(app$, msg$)
Platforms
AmigaOS 4 only

Function
This function can be used to send a message to a registered AmigaOS 4 application. The name of the receiving application has to be passed in app$ and the message itself is passed in msg$.

Please note that this function can only be used if you have set the RegisterApplication tag in @OPTIONS to True. See OPTIONS for details.

Inputs
app$
name of the application that should receive the message
msg$
the message to send

Show TOC