Get number list item

Gets the value of an item in a number list.


Inputs

  • list

    • The list of values to get a list item from.
  • index

    • The index value that defines which list item to get from the list input.

Outputs

  • value

    • The value of the gotten list item.
  • value list

    • The list of values of gotten list items.

Note(s)

  • Multiple list items can be gotten by inputting a list of indices into the index input.

  • Other names for this node include: GetListItem, Switch, Choose, Pick, Choice, or List item.

Example(s)