This strlen(s) function will return the length of string s.
#include <string> function void main() { var a:="hello"; var c:=strlen(a); };
Since: Version 0.41b