StrLength
- Last UpdatedJul 18, 2023
- 1 minute read
Gets the length of a string.
Syntax
StrLength(String)
String:
The source string.
Return Value
The length of the string (as an integer).
Related Functions
Example
Variable=StrLength("ABCDEF");
! Sets Variable to 6.