LENGTH
Description
Returns an integer constant indicating the number of characters in the provided text
Parameters
Attribute of the Plain Text type or string constant or calculation producing text
Example
IF LENGTH (Account.Name) = 5 THEN ...
index function function list text
Returns an integer constant indicating the number of characters in the provided text
Attribute of the Plain Text type or string constant or calculation producing text
IF LENGTH (Account.Name) = 5 THEN ...