This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Collections (collections of objects) > Methods for list > subList(Integer start, Integer end)

subList(Integer start, Integer end)

Returns a list with the objects from position start to position end.

subList(Integer start, Integer end)
Arguments Integer start Position of the first element
Integer end Position of the last element
Return value List