Difference between revisions of "Manual:DIL Manual/send()"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(XML import)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
<span id="bpsend"></span>
 +
send ( s : string )
 +
    s : Message to send.
 +
    result: Send a message to all DIL programs in current local environment,
 +
            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="bpsend"></span>
 
<span id="bpsend"></span>
 
  send ( s : string )
 
  send ( s : string )

Latest revision as of 22:32, 4 December 2025

send ( s : string )
   s : Message to send.
   result: Send a message to all DIL programs in current local environment,
           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.
---~---~---~---~---~---~---~---~---

send ( s : string )
   s : Message to send.
   result: Send a message to all DIL programs in current local environment,
           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.
---~---~---~---~---~---~---~---~---