# $EPIC: notw.txt,v 1.4 2007/03/02 02:32:04 jnelson Exp $ ======Synopsis:====== $__notw__( ) ======Technical:====== * If the argument is omitted the empty string is returned. * If the argument is negative, is returned. * The return value of this function is with the th word omitted, counting from zero. * Extra spaces surrounding the th word will be removed. * Remember that is a list of [[what is a word|words]]. ======Practical:====== Useful when you want to remove a word from a word list. ======Returns:====== The argument without the th word, counting from zero. ======Examples:====== $notw(0 hello there how are you?) returns "there how are you?" $notw(2 hello there how are you?) returns "hello there are you?" $notw(-1 hello there how are you?) returns "hello there how are you?" ======History:====== This function first appeared in "plus-2" (post-ircII, pre-EPIC)