Pick Line
- Updated2023-02-17
- 2 minute(s) read
Pick Line
Copies a specified line from one string and appends that line to another string.

Inputs/Outputs

string
A string to which this node appends the line selected from multi-line string.
Default value: Empty string

multi-line string
One or more substrings separated by linefeeds.

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.

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