Length Function

Description:
The number of characters in a text.
Returns:
Whole Number
Parameter:
Parameter
Data Type
Description
1
Text
The text.
Examples:
Expression
Result
Length( "" )
0
Length( "abc" )
3

Related content