get index of element of list
Like match, but works with a list
get_index_in_list(lst, ele)
lst |
a list to search through |
ele |
element of list |
returns index of element or integer(0)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.