SendMessage( )
| Action: | Sends
a message across the network to another user or workstation. |
||||
| Syntax: | SENDMESSAGE
("recipient", "message") |
||||
| Parameters: |
Recipient
Message
|
||||
| Returns: |
|
||||
| Example: |
$ReturnCode
= SendMessage("ADMIN" , @USERID + " logged in at " +
@TIME) |