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.
Details |
Examples |
Details and examples
Parameters
String
Specifies the string to read.
Supported types: String.
Returns
Examples
1. |
The following example returns 23.
LENGTH("Matrox
Design Assistant")
|