Strlen
From Mesham
Jump to navigationJump to search
Overview
This strlen[s] function will return the length of string s.
- Pass: A string
- Returns: An integer
Example
var a:="hello"; var c:=strlen[a];
This strlen[s] function will return the length of string s.
var a:="hello"; var c:=strlen[a];