IStatistics.CountBlank

Fore Syntax

CountBlank(Values: Array): Integer;

Fore.NET Syntax

CountBlank(Values: System.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.

Fore and Fore.NET Examples

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

See also:

IStatistics