LIST STAT NUM COUNT: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
mNo edit summary
m <lsl> tag to <source>
 
Line 7: Line 7:
|text=
|text=
|pb=
|pb=
|examples=<lsl>list mixedList = [5, 35.3, <1,2,3>, "42", "Hello"];
|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 );
//num == 2.0</lsl>
//num == 2.0</source>
|constants
|constants
|functions=
|functions=

Latest revision as of 15:58, 23 January 2015