WORDS

 ───WORDS(string)────────

WORDS returns the number of blank-delimited words in string.

Here are some examples:

WORDS('Now is the time')    ->    4
WORDS(' ')                  ->    0


[Back: WORDPOS]
[Next: XRANGE]