LEN

Description

Returns the number of characters in the provided string.

Syntax

LEN(string) -> Integer

Parameters

ParameterData TypeRequiredDescription
stringStringYesThe string to evaluate.

Examples

LEN("Data Sync Pro")
-- Returns 13.
LEN(BillingPostalCode)
-- Returns the character count of the BillingPostalCode field.