formatBooleanListAsItems
Format a list of booleans as a comma-delimited "item" string
Format a list of booleans as a comma-delimited "item" string
Format a list of numbers as a comma-delimited "item" string
Format a list of strings as a comma-delimited "item" string
Utility functions for LiveCode Script-compatible item lists. Many LiveCode Builder widget and library extensions expose APIs to LiveCode Script that use item lists. This library provides a set of functions for converting `List` values to-and-from comma-delimited item strings.
Parse a comma-delimited "item" string as a list of booleans
Parse a comma-delimited "item" string as a list of numbers
Parse a comma-delimited "item" string as a list of strings