FindFirstElementOfList

FindFirstElementOfList will go through the provided list of instances until it finds one that meets your terms or it reaches the end.

Arguments

Argument Type Description
Instances Table The list of instances to search through.
Terms Table A table of requirements. \[ View requirements documentation here. \]

Returns

Name Type Description
Object Instance The instance which meets your terms, should one exist.

If there is no instance which meets your terms, false will be returned.