Home Search

DriveWorks Pro 21
Len

Send Feedback

Len

The Len function returns the number of characters in the specified text.

Any spaces in the specified text are also counted as a character.

Syntax

Len([Text])

Text is a string of text or a reference to some text.

Examples

Rule

Meaning
Len(CustomerNameTextBoxReturn)The Len function will count each character in the return value of the CustomerNameTextBox

Example Outcomes

CustomerNameTextBoxReturn Value

Result of the Len function

"Sandra"6
"John Smith"10