send
-
command
-
Syntax: +
send message {to object}
send message parameters {to object} -
Sends a message to another object. Message is an expression which is evaluated as text. The message sent may include parameters, either within the message string (as in the
calculateLoan
example) or separately (as in theaccrueInterest
example). If an object is not specified, the message is sent to the object me (that is, the object containing the script). -
Note: Usually, the tell command is the preferred command for directing messages to a particular target.
-
Related: tell