strLength function
strLength Integer
strLength (String input)
Returns the length of the input string.
Parameters:
input - string
Returns:
Integer containing the number of characters in the string.
Example:
str = "This is an example string"
len = strLength(str)
// len is 25
len = strLength(str)
// len is 25
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*