StringArray.Erase(Variable) Method

Top 

Description

Erases the value at the specified index.

 

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.Erase(

Variable index)

 

 

Arguments

index


Description:

The index of the element to erase.

Valid Range:

index ≥ 0

 

 

 

Syntax

myStringArray1.Erase(myVariable1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data