llListFindStrided
Function Syntax
integer llListFindStrided(
- list ListVariable,
- list Find,
- integer Start,
- integer End,
- integer Stride
Returns the index of the first instance of Find in ListVariable. Returns -1 if not found.
Returns the position of the first instance of the Find list in the ListVariable after the start index and before the end index. Steps through ListVariable by stride. Returns -1 if not found.