Difference between revisions of "ArrayCount"
Jump to navigation
Jump to search
imported>Speedo (Remove beta tag) |
imported>Speedo m |
||
(2 intermediate revisions 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. | ||
*If the array does not exist, it returns -1. | *If the array does not exist, it returns -1. | ||
[[Category: 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.