Lines.FromText
Converts a text value to a list of text values split at lines breaks. If includeLineSeparators is true, then the line break characters are included in the text.
function (text
as text, optionalquoteStyle
as nullable any, optionalincludeLineSeparators
as nullable any) as list
Converts a text value to a list of text values split at lines breaks. If includeLineSeparators is true, then the line break characters are included in the text.
</div>
Lines
Last modified 4yr ago