IVZStringArray.Clear

Fore syntax

Clear;

Fore.NET syntax

Clear();

Description

The Clear method deletes all array elements.

Comments

To remove the certain array element, use the IVZStringArray.Remove method.

Fore and Fore.NET examples

The property use is given in the example for IVZStringArray.Add.

See also:

IVZStringArray