StringArray.Insert(Variable, String) Method

Top 

Description

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

 

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

StringArray.Insert(

Variable index,


String value)

 

 

Arguments

index


Description:

The index at which to insert the specified value.

Valid Range:

index ≥ 0

 

 

value


Description:

The value to insert.

 

 

 

Syntax

myStringArray1.Insert(myVariable1, myString1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data