Table of Contents

, , ,

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