<!--parser:xtscript--> var $haystack = abefcdefghijklmnopqrstuvwxyz var $needle = op var $offset = 0 var $position = call strpos $haystack=$haystack; $needle=$needle; $offset=$offset ; print haystack = $haystack<br /> print needle = $needle <br /> print offset = $offset <br /> print position = $position <!--/parser:xtscript-->Show in textarea