WORD(string,position) This function returns the "position"th blank-delimited word in string, and is identical to SUBWORD(string,position,1). If there are not "position" words in string then the empty string is returned.