
>>-WORD--(--string--,--n--)------------------------------------><
returns the
nth blank-delimited word in
string or returns the null
string if fewer than
n words are in
string. The
n must
be a positive whole number. This function is exactly equivalent to
SUBWORD(
string,
n,1).