Skip to main content

String Formatter

String Formatter

Creates a string value, which is formattable using format items.

Inputs

  • Format: The text to be created. This also works as a template/formatter, since you can insert string format item such as {0}, {1}, {2}, and so on based on how many arguments you put in Args below.
  • Args: The arguments to be used in the Message.
    • Delete Button: Remove the argument.
    • Move Up Button: Swap the selected argument with the upper argument.
  • Add Argument Button: Add a new argument to the Args.

Outputs

  • String Value: The created string result.