Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Formats a text message using string replacement to substitute parameter references with the value of the parameter. Parameter references are made by surrounding the parameter name within curly braces. For example the message "I feel {status}" references a variable named "status". The assumption is that "status" is an input to the action sequence, or an output of one of the preceding actions in the action sequence. If status=lucky the message generated by the action will read "I feel lucky".


...