Array size function


size integer array.

size ()

Returns the number of entries in the array as an integer.

Parameters:

This function has no parameters.

Returns:

The number of elements in the array.

Warning

Example

array.add("zero")

array.add("two")

array.add("three")

count = array.size()

// count is 3

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView Console Management for zEnterprise, MainView Console Automation for zEnterprise, and MainView SecureHMC 3.4