Length

Description

Returns the number of characters in a string

Function Group

Character

Syntax
int Length(string)
Input
Parameter Description Type Required
string The input string String Yes
Examples

Length([Last Name]) returns 5 if [Last Name] is "Smith".