Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ppl:functions:instr [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:instr [2024/03/27 14:23] (current) stimpy
Line 1: Line 1:
 ====== INSTR(var1:bigstr,var2:bigstr) :INTEGER ====== ====== INSTR(var1:bigstr,var2:bigstr) :INTEGER ======
-Returns the position of "var2in "var1(1-LEN(var1)) or 0 if "var2not in "var1"  +Returns the position of `var2in `var1(//1-LEN(var1)//) or 0 if `var2not in `var1`