This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== INSTR(var1:bigstr,var2:bigstr) :INTEGER ====== Returns the position of `var2` in `var1` (//1-LEN(var1)//) or 0 if `var2` not in `var1`