This is an old revision of the document!
WORD_NUMBER
Description
Returns an integer constant indicating the number of words in the provided text.
Cloudscape/Derby database only.
Parameters
Attribute of the Plain Text type or string constant or calculation producing text
Example
IF WORD_NUMBER (Account.Name) > 2 THEN ...