StringBuilder

StringBuilder is used to concatenate strings when building up a string in a loop.

StringBuilder is used in conjunction with the SetValue function. Drag a SetValue function below the StringBuilder function to assign more strings using the SetValue target property.

Properties

Value

The initial string.

Definition

Value

The string built up so far.

Append

A write-only property that adds a string to the end of the current string. Set this to the 'Target' property of the SetValue function.

AppendLine

A write-only property that adds a string to the end of the current string, and adds a line-terminator afterwards. Set this to the 'Target' property of the SetValue function.