Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
List.Split(list as list, pageSize as number) as list
About
Splits list
into a list of lists where the first element of the output list is a list containing the first pageSize
elements from the source list, the next element of the output list is a list containing the next pageSize
elements from the source list, and so on.