Get string list item

Gets a string from a string list using an index value.


Inputs

  • list

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

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

Outputs

  • string

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

    • The list of strings 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: GetStringListItem, Switch, Choose, Pick, Choice, or List item.

Example(s)