LEN

Syntax

LEN (string_expression)

Description

Finds the length of a string expression.

Arguments

string_expression Any string.

Returns

The length of the string as an Integer32 value.

Example

If MyEntity.Name contains the value "ACME Software", then:

LEN(MyEntity.Name)

Returns: 13, the total length of the value including any spaces.

Related Topics

Text Functions