Pick Line

Copies a specified line from one string and appends that line to another string.

1378

Inputs/Outputs

datatype_icon

string

A string to which this node appends the line selected from multi-line string.

Default value: Empty string

datatype_icon

multi-line string

One or more substrings separated by linefeeds.

datatype_icon

line index

The number of the line within a multi-line string that you want to append to string.

The index of the first line is 0. If this input is negative or is greater than or equal to the number of lines in the multi-line string, the node returns string.

datatype_icon

output string

The result of concatenating string and the line selected from multi-line string.