Lines.ToText
Converts a list of text into a single text. The specified lineSeparator is appended to each line. If not specified then the carriage return and line feed characters are used.
Syntax
Lines.ToText(
lines as list,
optional lineSeparator as text
) as text
Remarks
Converts a list of text into a single text. The specified lineSeparator is appended to each line. If not specified then the carriage return and line feed characters are used.
Category
Lines