This strlen(s) function will return the length of string s.
#include <string> var a:="hello"; var c:=strlen(a);