Skip to content

llList2Integer

Function Syntax
integer llList2Integer(
  1. list ListVariable,
  2. integer Index
);

Copies the integer at Index in the list.

Returns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to an integer, then zero is returned.