| Outputs | |||||
| Value | string |
The concatenated string. | |||
| Inputs | |||||
string | A |
|
The first string to concatenate. | ||
string | B |
|
The second string to concatenate. | ||
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
| Outputs | |||||
| Value | boolean |
Returns true if the strings are equal and false if not. | |||
| Inputs | |||||
string | A |
|
The first string to compare. | ||
string | B |
|
The second string to compare. | ||
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
| Outputs | |||||
| Value | float |
The character length of the string. | |||
| Inputs | |||||
string | String |
|
The string whose length is returned. | ||
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
| Outputs | |||||
| Value | boolean |
Returns true if the strings are not equal and false if they are equal. | |||
| Inputs | |||||
string | A |
|
The first string to compare. | ||
string | B |
|
The second string to compare. | ||
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.