Difference between revisions of "LIST STAT NUM COUNT"

From Second Life Wiki
Jump to navigation Jump to search
(Add example)
m
Line 7: Line 7:
|text=
|text=
|pb=
|pb=
|examples=<lsl>
|examples=<lsl>list mixedList = [5, 35.3, <1,2,3>, "42", "Hello"];
float num = llListStatistics( LIST_STAT_NUM_COUNT, mixedList );
float num = llListStatistics( LIST_STAT_NUM_COUNT, mixedList );
</lsl>
//num == 2.0</lsl>
|constants=
|constants=
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->

Revision as of 20:07, 15 May 2009