TLECatalog.RemoveAt(Variable) Method

Top 

Description

Remove the object at the specific index.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

TLECatalog.RemoveAt(

Variable index)

 

 

Arguments

index


Description:

The index of the object in this list to remove

Valid Range:

index ≥ 0

 

 

 

Syntax

myTLECatalog1.RemoveAt(myVariable1);

 

 

See also

TLECatalog Object