Difference between revisions of "Manual:DIL Manual/sendtoalldil()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bpsendalld"></span> | ||
| + | sendtoalldil( m : string, s : string ) | ||
| + | m : Message to send. | ||
| + | s : Name idx to a DIL program to send message to. | ||
| + | result: Send a message to all DIL programs matching a given database name. | ||
| + | '''Example:''' | ||
| + | sendtoalldil ( "some message", "intercomm@cemetery"); | ||
| + | |||
| + | The message "some message" is sent to all DIL program in the world | ||
| + | matching the data base name "intercomm@cemetery". | ||
| + | Like 'send()' and 'sendto()', the | ||
| + | message received matches the SFB_MSG message class. | ||
| + | |||
| + | ---~---~---~---~---~---~---~---~--- | ||
<span id="bpsendalld"></span> | <span id="bpsendalld"></span> | ||
sendtoalldil( m : string, s : string ) | sendtoalldil( m : string, s : string ) | ||
Latest revision as of 22:35, 4 December 2025
sendtoalldil( m : string, s : string ) m : Message to send. s : Name idx to a DIL program to send message to. result: Send a message to all DIL programs matching a given database name.
Example:
sendtoalldil ( "some message", "intercomm@cemetery");
The message "some message" is sent to all DIL program in the world matching the data base name "intercomm@cemetery". Like 'send()' and 'sendto()', the message received matches the SFB_MSG message class.
---~---~---~---~---~---~---~---~---
sendtoalldil( m : string, s : string ) m : Message to send. s : Name idx to a DIL program to send message to. result: Send a message to all DIL programs matching a given database name.
Example:
sendtoalldil ( "some message", "intercomm@cemetery");
The message "some message" is sent to all DIL program in the world matching the data base name "intercomm@cemetery". Like 'send()' and 'sendto()', the message received matches the SFB_MSG message class.
---~---~---~---~---~---~---~---~---