llList2ListStrided
Function Syntax
list llList2ListStrided(
- list ListVariable,
- integer Start,
- integer End,
- integer Stride
Copies the strided slice of the list from Start to End.
Returns a copy of the strided slice of the specified list from Start to End.