|
| KiXtart Command Reference |
SENDMESSAGEactionSends a message across the network to another user or workstation. syntaxSENDMESSAGE ("recipient", "message") parametersRecipient Identifies the user or workstation to which to send the message. Message The message to send. returns
example$ReturnCode = SendMessage("ADMIN" , @USERID + " logged in at " + @TIME) If $ReturnCode = 0 ? "Message has been sent.." Endif |