You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
LENGTH
Returns the length of a string.
Syntax
LENGTH ( string )
Inputs
- string - An attribute of base type string, an expression that results in a string or a constant string value.
Return type
- integer
Spaces at the start of the end of the string are counted as well, the string is not trimmed.
Example
Expression | Result | Type |
---|---|---|
LENGTH ( "Blueriq" ) | 7 | Integer |
LENGTH ( " Blueriq " ) | 9 | Integer |
LENGTH ( ? ) | ? | Integer |
Overview
Content Tools