ArrayParameter.Count operator

Description

Returns the number of items the ArrayParameter array contains as an Integer. If the array is empty the count is zero.

Each time an item is added the count increases by one and each time an object is removed the count decreases by one.

Newly created objects with arrays have an array item count of zero.