//echo # $pos(meis is test,$+($chr(32),is,$chr(32)),1)
..returns 5 (due to the space before "is").
//echo # $pos(meis is test,$+(is,$chr(32)),1)
..returns 6 like you want it to.. (btw, i agree, strange coding but i hope it helps you, whatever you re doing, lol
)