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 Updated: 2013-03-01