Skip to content

llParseString2List

Function Syntax
list llParseString2List(
  1. string Text,
  2. list Separators,
  3. 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.