3.2.64. WORDS(string)

Returns the number of blank delimited words in the string.

     WORDS(‘To be or not to be’)   –>   ‘6’
     WORDS(‘Hello world’)          –>   ‘2’
     WORDS(‘’)                –>   ‘0’



PREV NEXT