Skip to main content

Description

Returns the number of characters in a string field.

Syntax

Length(string_expression)

Examples

Length('69.59.196.211') returns 13

Return value datatype

Integer

Impact of null value

If input is null, returns null.
Last modified on April 20, 2026