Input String
Output None

This task shows message to the user.

The following are "Message" Task properties.

Title: title for message; action's title if not specified.

Message: message to show

Columns: optional data to allow formatting message in two columns.

- Delimiter: columns delimiter .e.g "|"

- 1st Column Align: alignment for the 1st column

- 2nd Column: Align: alignment for the 2nd column

For example, the following message ("I" delimiter, 1st - align right, 2nd - align right):

Bill:| $(a:currency)$(bill%.02f)
Tip:| $(a:currency)$(tip%.02f)
---------|----------
Total:| $(a:currency)$(total%.02f)

would allow getting well formatted result (see the "Tip" action for mode info):

   Bill: $100.00
    Tip:  $15.00
-------------------
  Total: $115.00

See also:
Popup Message
Common Task Attributes
Task Options
Variable Types