Product SiteDocumentation Site

7.4.78. WORDS


>>-WORDS(string)-----------------------------------------------><

Returns the number of whitespace-delimited words in string.
Here are some examples:

Example 7.106. Builtin function WORDS

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