User Tools

Site Tools


4rpl:commands:getlistindex

This is an old revision of the document!


Index

:!: Available in version 2.4.8 and later.

GetListIndex

GetListIndex(<-list <-item) ->index

Description

Returns the index of the first occurrence of item in the list. Returns -1 if not found

Examples

Split("There are four words" " ") ->list 
Trace(GetListIndex(<-list "are")) 

Index

4rpl/commands/getlistindex.1667237818.txt.gz · Last modified: 2025/02/14 14:56 (external edit)