Difference between revisions of "LIST STAT NUM COUNT"

From Second Life Wiki
Jump to navigation Jump to search
(Add example)
m (<lsl> tag to <source>)
 
(2 intermediate revisions by one other user not shown)
Line 7: Line 7:
|text=
|text=
|pb=
|pb=
|examples=<lsl>
|examples=<source lang="lsl2">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</source>
|constants=
|constants
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
|functions=
|functions=
{{LSL DefineRow||[[llListStatistics]]|}}
{{LSL DefineRow||[[llListStatistics]]|}}
|events=
|events
<!--{{LSL DefineRow||[[changed]]|}}-->
|location
|location
|cat1
|cat1

Latest revision as of 15:58, 23 January 2015