Length

The Length() function calculates the number of characters of a text.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Returns a number that is the character count of a text. Returns Invalid expression if the result is not a text.

Syntax

Length(text)

Length("SomeText or Other 1234") => 22

Parameters

NameTypeRequiredDescription

text

text

a text

Last updated