LEN
Description
Returns the number of characters in the provided string.
Syntax
LEN(string) -> Integer
Parameters
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| string | String | Yes | The string to evaluate. |
Examples
LEN("Data Sync Pro")
-- Returns 13.LEN(BillingPostalCode)
-- Returns the character count of the BillingPostalCode field.