# $EPIC: midw.txt,v 1.4 2007/03/02 02:32:04 jnelson Exp $ ======Synopsis:====== $__midw__( ) ======Technical:====== * If the argument is omitted the empty string is returned. * If the argument is omitted the empty string is returned. * If the argument is less than 0, the empty string is returned. * If the argument is less than 1, the empty string is returned. * The return value is the first words of the result of removing the first words from . * Remember that is a list of [[what is a word|words]]. ======Practical:====== Useful when you want to get some words on the inside of a word list. ======Returns:====== Words through + in , counting from zero. ======Examples:====== $midw(2 2 hello there how are you?) returns "how are" $midw(-1 3 hello there bob) returns nothing $midw(0 7 hello there bob) returns "hello there bob" ======History:====== This function first appeared in "plus-2" (post-ircII, pre-EPIC)