LIST STAT NUM COUNT

Description

Constant: integer LIST_STAT_NUM_COUNT = 8;

The integer constant LIST_STAT_NUM_COUNT has the value 8

Retrieves the number of float and integer elements.

Caveats


Related Articles

Functions

•  llListStatistics

Examples

list mixedList = [5, 35.3, <1,2,3>, "42", "Hello"];
float num = llListStatistics( LIST_STAT_NUM_COUNT, mixedList );
//num == 2.0

Deep Notes

Search Canny for related Issues

Signature

integer LIST_STAT_NUM_COUNT = 8;