>>-WORDINDEX(string,n)-----------------------------------------><
0
if less than n words are in string. n must be a positive whole number.
Example 7.103. Builtin function WORDINDEX
WORDINDEX("Now is the time",3) -> 8 WORDINDEX("Now is the time",6) -> 0