Skip to main content
Version: Next

Get Object At In List

Gets an object at an index in a list.

Description

Gets the object that is at the specified rank in the list.

Inputs

  • List (List): The list.
  • Rank (Number): The index of the object.

Outputs

  • Object (Object): The retrieved object.