This function merges multiple lines of text into a single line. Each line is separated by a specified line separator. If no separator is specified, the default separator used is a combination of carri...
Syntax
Lines.ToText(lines as list, optional lineSeparator as nullable text) as text
About
This function merges multiple lines of text into a single line. Each line is separated by a specified line separator. If no separator is specified, the default separator used is a combination of carriage return and line feed characters.