Difference between revisions of "Manual:DIL Manual/sendto()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bpsendto"></span> | ||
| + | sendto ( s : string , u : unitptr ) | ||
| + | s : Message to send. | ||
| + | u : Unit to send it to. | ||
| + | result: The message is passed to all DIL programs in unit, matching the | ||
| + | message class SFB_MSG. The message is not | ||
| + | received by those DIL programs in the local environment that is | ||
| + | not set up to wait for that message class. | ||
| − | + | ---~---~---~---~---~---~---~---~--- | |
<span id="bpsendto"></span> | <span id="bpsendto"></span> | ||
sendto ( s : string , u : unitptr ) | sendto ( s : string , u : unitptr ) | ||
Latest revision as of 22:34, 4 December 2025
sendto ( s : string , u : unitptr )
s : Message to send.
u : Unit to send it to.
result: The message is passed to all DIL programs in unit, matching the
message class SFB_MSG. The message is not
received by those DIL programs in the local environment that is
not set up to wait for that message class.
---~---~---~---~---~---~---~---~---
sendto ( s : string , u : unitptr )
s : Message to send.
u : Unit to send it to.
result: The message is passed to all DIL programs in unit, matching the
message class SFB_MSG. The message is not
received by those DIL programs in the local environment that is
not set up to wait for that message class.
---~---~---~---~---~---~---~---~---