Function count( array )
- Description:
-
Returns the number of non-blank elements in the array.
If
array
is not an array, zero is returned.
- Parameters:
-
- array (Object)
- array (may or may not be numeric)
- Return Value (integer):
- number of non-blank elements in
array
- Signature:
- int count(Object)