Script functions reference > Script functions in alphabetical order > S > StrLen

StrLen
Syntax
StrLen(str);
str 
Description
Returns the length of a string.
Returns
num 
Example
$a=strlen("hello");
Result:
$a=5
OpenText StreamServe 5.6.2 Updated: 2018-01-26