# $EPIC: findws.txt,v 1.2 2007/02/15 03:53:35 jnelson Exp $ ======Synopsis:====== $[[findws]]( ) ======Technical:====== This function searches for and returns all of the places it was found. If isn't in , -1 is returned. You would use this instead of [[findw]] if had duplicates values. ======Returns:====== All s where $[[word]](//value// ) == [] ======Examples:====== $findw(very epic is a very very scriptable client) /* returns 3 4 */ assign test blah hmm foo bar hmmm fe ($findws(hmm $test)) x { echo $word($x $test) } /* Echos "hmm" twice. */