Append True/False String Function

Owning Palette: Additional String VIs and Functions

Requires: Base Development System

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

 Add to the block diagram  Find on the palette
string is the input string. The default is an empty string.
true string is the string to append if selector is TRUE.
false string is the string to append if selector is FALSE.
selector determines whether the function appends true string (TRUE) or false string (FALSE) to string.
output string is the resulting string.