Table of Contents

, , ,

WORD_NUMBER

Description

Returns an integer constant indicating the number of words in the provided text.

note

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 ...