IVZDataArray.InsertAt

Fore Syntax

InsertAt(Index: Integer, Value: Variant);

Fore.NET Syntax

InsertAt(Index: System.Int32, Value: System.Object);

Parameters

Index. Index of added element.

Value. Value of added element.

Description

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

Example

Example of use is given on the description page of the IVZDataArray.Add method.

See also:

IVZDataArray