Words( )

Microsoft Visual FoxPro Foxtools

Words( )

Counts the number of words in a string.

Syntax

Words(cString[, cDelimiter])

cString

Specifies the string of words to be counted.

cdelimiter

Specifies the character used to delimit words in cString. The default delimiters are space and tab.

Return Type

Numeric