.. _`Get Item List`: .. _`org.sysess.sympathy.list.getitemlist`: Get Item List ````````````` .. image:: get_item_list.svg :width: 48 Documentation ::::::::::::: Get one item in list by index. Definition :::::::::: Input ports ........... **list** [] Input List **default** 0 - 1, Default item Output ports ............ **item** Output selected Item from List **rest** 0 - 1, [] Output non-selected Items from List Configuration ............. **Action on index out of bounds** (fail_strategy) Decide how an index out of bounds should be handled **Index** (index) Choose item index in list. Examples ........ * :download:`BasicListOperations.syx ` Implementation .............. .. automodule:: node_list_operations :noindex: .. class:: GetItemList :noindex: