IVZStringArray.InsertAt

Fore syntax

InsertAt(Index: Integer, Value: String);

Fore.NET syntax

InsertAt(Index: integer, Value: string);

Parameters

Index. Index of added element

Value. Value of added element.

Description

The InsertAt method adds a new element to array by the selected index.

Comments

To remove an array element by its index, use the IVZStringArray.Remove method.

Fore and Fore.NET examples

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

See also:

IVZStringArray