Difference between revisions of "ArrayCount"
Jump to navigation
Jump to search
imported>Haama (Created) |
imported>Speedo m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
A command for [[:Category:Pluggy|Pluggy]] | A command for [[:Category:Pluggy|Pluggy]] | ||
'''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.