IStatistics.CountBlank

Syntax

CountBlank(Values: Array): Integer;

Parameters

Values. Array.

Description

The CountBlank property returns the number of empty elements in the array.

Comments

To get the number of non-empty elements in the array, use the IStatistics.Count method.

Example

The property use is given in the example for IStatistics.Count.

See also:

IStatistics