SplitItems

Function

SplitItems(array, function)

array
function

SplitItems(array, isDivider, keepEmptyItems)

array
isDivider
keepEmptyItems

You can refer to this function in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:

  • To refer to it by name, use SplitItems(...) (make sure the library Library.Scripts is included with Include Libaries)
  • To refer to it by its full path, use Library.Scripts.SplitItems(...)

 

See also: