Home »Action Reference»String Actions»Format String
Index

Format String

Replaces each format item in a specified string with the text equivalent of variable's value and stores the result in a string variable.

See C# string.Format documentation for usage.

Format
E.g. Hello {0} and {1} With 2 variables that replace {0} and {1}.
Variables
Variables to use for each formatting item.
Store Result
Store the formatted result in a string variable.
Every Frame
Repeat every frame. Useful if the variables are changing.