Send Message
This block displays a message on the caller side.
|
Properties |
Values |
Description |
|---|---|---|
|
From |
String |
Address of the sender. The default is System. Note:
|
|
Message Text |
String |
The message text. Note:
To embed variables into this property, surround the variable's name with percent (%) characters. To display a percent character in the body, use two percent characters together (%%). For example, if you have a variable called average, use a string like this: The class average for the last test was %average% %%. The message will then contain something like: The class average for the last test was 85%. See How to use variables. |