LSL Wiki Mirror 7-7-7 : llList2Float

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

Returns the float at index from the list src.

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

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


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