Selects either a FALSE or TRUE string according to a Boolean selector and appends that string to string.


icon

Inputs/Outputs

  • cstr.png string ("")

    string is the input string. The default is an empty string.

  • cstr.png true string

    true string is the string to append if selector is TRUE.

  • cstr.png false string

    false string is the string to append if selector is FALSE.

  • cbool.png selector

    selector determines whether the function appends true string (TRUE) or false string (FALSE) to string.

  • istr.png output string

    output string is the resulting string.