LENGTH function

Synopsis
This function returns the number of characters in the specified string.
Variations
LENGTH(String)
Returns the number of characters in the specified string.
Parameters
String

Specifies the string to read.

Supported types: String.
Returns
Returned types: Numeric.
Examples
1.

The following example returns 23.

LENGTH("Matrox Design Assistant")