Skip to content

llListFindListNext

integer llListFindListNext(list ListVariable, list Find, integer Instance)

Returns the index of the nth instance of Find in ListVariable. Returns -1 if not found.

Parameters
ListVariable (list)
Find (list)
Instance (integer)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related functions can be linked here