Skip to content

llList2ListStrided

Function Syntax
list llList2ListStrided(
  1. list ListVariable,
  2. integer Start,
  3. integer End,
  4. 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.