INSTR(var1:bigstr,var2:bigstr) :INTEGER
Returns the position of
var2
in
var1
(
1-LEN(var1)
) or 0 if
var2
not in
var1