Libraries anvil lang sequence crop

sequence crop(int start)
sequence crop(int start, int length)
Crops (shortens) this sequence to contain only specified range.
Parameters start -  Start of sub sequence
length -  Length of sub sequence
Returns Cropped sequence, original or copy