Skip to content

llParseString2List

list llParseString2List(string Text, list Separators, list Spacers)

Converts Text into a list, discarding Separators, keeping Spacers (Separators and Spacers must be lists of strings, maximum of 8 each).

Separators and Spacers are lists of strings with a maximum of 8 entries each.

Parameters
Text (string)
Separators (list)
Spacers (list)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here