\b;Anweisung \c;strlen\n;
Ergibt die Länge eines \l;Strings\u cbot\string;.

Syntax:
\s;\c;strlen ( string );\n;

Beispiele:
\s;\c;	int len = strlen("abc");  // len ist 3
\s;	int len = strlen("");  // len is 0
\s;	if ( strlen(s) == 0 )  // Leerer Sting ?
\n;
\t;Siehe auch
\l;Strings\u cbot\string;, \c;\l;strleft\u cbot\strleft;\n;, \c;\l;strright\u cbot\strright;\n;, \c;\l;strmid\u cbot\strmid;\n;, \c;\l;strfind\u cbot\strfind;\n;, \c;\l;strval\u cbot\strval;\n;, \c;\l;strupper\u cbot\strupper;\n;, \c;\l;strlower\u cbot\strlower;\n;.
Die \l;CBOT-Sprache\u cbot;, \l;Variablentypen\u cbot\type; und \l;Kategorien\u cbot\category;.
