Differences
This shows you the differences between two versions of the page.
ppl:functions:instr [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl:functions:instr [2024/03/27 14:23] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== INSTR(var1: | ====== INSTR(var1: | ||
- | Returns the position of "var2" | + | Returns the position of `var2` in `var1` (//1-LEN(var1)//) or 0 if `var2` not in `var1` |