LSL Wiki Mirror 10-5-2006: llList2Integer

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
integer llList2Integer(list src, integer index)

Returns the integer at index from the list src.

Example:
llList2Integer(foo, 0); // returns the first element in the list.
llList2Integer(foo, 1); // returns the second element in the list.

Compare with llList2Float, llList2Key, llList2List, llList2ListStrided, llList2Rot, llList2String and llList2Vector.


Lists | Functions
There is no comment on this page. [Display comments/form]