Difference between revisions of "ArrayCount"
Jump to navigation
Jump to search
imported>Speedo |
imported>Speedo m |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
'''Syntax:''' | '''Syntax:''' | ||
( | (Count:long) ArrayCount ArrayID:long | ||
Returns the count of indexes that contains data. | Returns the count of indexes that contains data. | ||
Line 10: | Line 10: | ||
[[Category: Functions (Pluggy)]] | [[Category: Functions (Pluggy)]] | ||
[[Category: Array Functions (Pluggy)]] |
Latest revision as of 12:09, 26 February 2008
A command for Pluggy
Syntax:
(Count:long) ArrayCount ArrayID:long
Returns the count of indexes that contains data.
- If the array does not exist, it returns -1.