You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Array Collection - RemoveFirst Method

Remove the first item from the collection

Member of Array Collection (PRIM_ACOL)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_OBJT

Reference to the object that was removed

Details

RemoveFirst will remove the first item in the collection.

Attempting to remove an item that does not exist will result in a run time error.

Example

Removing the 1st item from the collection

     #RemovedItem <= #Collection.RemoveFirst

This is the same as writing

     #RemovedItem <= #Collection.RemoveAt(1)

See also

All Component Classes

Technical Reference

  • No labels