Returns the TimingList with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Adds a new event-triggered timing list object.
Returns any TimingList in the collection.
→ Number
Displays the number of elements in the TimingList.
→ TimingList[]
Returns every TimingList in the collection.
Returns the first TimingList in the collection.
Returns the TimingList with the specified index or name.
→ TimingList[]
Returns the TimingLists within the specified range.
from
LongInteger | TimingList | String
The TimingList, index, or name at the beginning of the range. Can accept: TimingList, Long Integer or String.
to
LongInteger | TimingList | String
The TimingList, index, or name at the end of the range. Can accept: TimingList, Long Integer or String.
Returns the last TimingList in the collection.
Returns the middle TimingList in the collection.
Returns the TimingList whose index follows the specified TimingList in the collection.
Returns the TimingList with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the TimingList.
Object of 1
Properties elsewhere that hold a TimingLists.