Array.Insert(Variable, Variable) Method

Top 

Description

Inserts the specified value at the specified index of the Array.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Array.Insert(

Variable index,


Variable value)

 

 

Arguments

index


Description:

The index at which to insert the specified value.

Valid Range:

index ≥ 0

 

 

value


Description:

The value to insert.

 

 

 

Syntax

myArray1.Insert(myVariable1, myVariable2);

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide