IVZStringArray.Remove

Fore syntax

Remove(Index: Integer);

Fore.NET syntax

Remove(Index: integer);

Parameters

Index. Index of the element to be removed.

Description

The Remove method removes an array element by the selected index.

Comments

To remove all array elements, use the IVZStringArray.Clear method.

Fore and Fore.NET examples

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

See also:

IVZStringArray