Strlen Function
Next:
Substring
, Previous:
Lowercase
, Index:
Index
This
strlen[s]
function will return the length of string
s
.
Pass:
A string
Returns:
An integer
Examples
var a:="hello";
var c:=strlen[a];
Last Modified: August 2008