Array.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

Array.Erase(

Variable index)

 

 

Arguments

index


Description:

The index of the element to erase.

Valid Range:

index ≥ 0

 

 

 

Syntax

myArray1.Erase(myVariable1);

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide