LSL Wiki Mirror 10-5-2006: llList2Key

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

Returns the key at index from the list src.

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

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


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