List
List
Sequence
Set
Tree
Item Index
Retrieve the index of a certain item in a list
Details
ID
list-list-item-index
Name
Item Index
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | List to search | |
Item | Any | Item to search for |
Output ports
Name | Type | Description |
---|---|---|
Index | Number | Index of item |
Count | Number | Count of equal items |
After creating a node, connect the list to search to the first port. You need to connect the item to search for to the second port. On the output ports, we will get the index of item, and number of equal items.
List Item
Remove Subset
Reverse List
List Length