Hello,

is there some sort of instr function to determin where in a string a specific character or text is?

i mean this

set %xpos = instr($1,"test")
/msg $me $right($1,$len($1)-xpos)

to give " string" where the inpunt was "this is a test string"