n_word

Format:
n_word(text_expr [, text_expr deli])
Result:
Number
Description:
Returns the number of words of a string. The third argument is the string of delimiters, the default is “ ,:" (blank space, comma, colon).
e.g.:
SPECTRA> * = n_word(“dies ist ein test”)
4