Append True/False String Function
- Updated2025-07-30
- 2 minute(s) read
Selects either a FALSE or TRUE string according to a Boolean selector and appends that string to string.

Inputs/Outputs
string ("")
—
string is the input string. The default is an empty string.
true string
—
true string is the string to append if selector is TRUE.
false string
—
false string is the string to append if selector is FALSE.
selector
—
selector determines whether the function appends true string (TRUE) or false string (FALSE) to string.
output string
—
output string is the resulting string. |
string ("")
—
selector
—
output string
—