Skip to content
Shaun Lawrence edited this page Nov 4, 2020 · 2 revisions

Returns the length of the supplied value parameter.

Length(value)

Parameters

value

The value to find the length of.

Type object typically a string is expected but if the value is not a text then ToString is called.
Required Yes

Examples

Length("reading between the lines")

Returns an int of value 25 in this example.

Clone this wiki locally