This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
4rpl:commands:getlistindices [2022/10/31 14:03] – Sub-index karsten75 | 4rpl:commands:getlistindices [2024/11/02 01:10] (current) – Typo fix Vertu | ||
---|---|---|---|
Line 5: | Line 5: | ||
:!: Available in version 2.4.8 and later. | :!: Available in version 2.4.8 and later. | ||
====== GetListIndices====== | ====== GetListIndices====== | ||
- | GetListIndices({-list {-item) -> | + | GetListIndices(<-list <-item) -> |
===== Description ===== | ===== Description ===== | ||
Line 13: | Line 13: | ||
<code 4rpl> | <code 4rpl> | ||
Split(" | Split(" | ||
- | Trace(GetListIndices({-list " | + | Trace(GetListIndices(<-list " |
</ | </ | ||
< | < |