Skip to content

Manual:DIL Manual sendtoall()

iamnove edited this page Jan 18, 2023 · 51 revisions


sendtoall( m : string, s : string )
   m : Message to send.
   s : Name idx to send message to.
   result: Send a message to all units matching a given database name.
Example:
   sendtoall ( "some message", "rabbit@haon-dor");
   The message "some message" is sent to all units in the world matching the
   data base name "rabbit@haon-dor". Like 'send()' and 'sendto()', the
   message received matches the SFB_MSG message class.
---~---~---~---~---~---~---~---~---
Clone this wiki locally