Wiki

Case Status
Log In

Wiki

 
Home ยป Action Reference»String Actions»Format String
Index
Navigation
Community Wiki

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.

 

Tags:

Last modified on 6/26/2013 12:34 PM by User.

  • RSS Feed