native
ArraySize
Syntax
native ArraySize(Array:which);
Description
Returns the number of elements in the array.
Parameters
| which | Array handle |
|---|
Return
Number of elements in the array
Error
If an invalid handle is provided an error will be
thrown.