Format String
This Automation Manager object concatenates two strings and allows for text to be written around them.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Input 0 | String | Yes | The string that will appear in place of the {0}. |
Input 1 | String | Yes | The string that will appear in place of the {1}. |
Text | String | Yes | In this field, more information can be added to the strings if necessary. |
Output Parameters
Name | Type | Description |
---|---|---|
FormattedString | String | The string created by the format specifications in the text field. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Input 0 | String | Yes | Luke |
Input 1 | String | Yes | Father |
Text | String | Yes | {0} I am your {1} |