\b;Anweisung \c;strleft\n;
Extrahiert die ersten Zeichen (links) eines \l;Strings\u cbot\string;.

Syntax:
\s;\c;strleft ( string, len );\n;

\t;len: \c;\l;int\u cbot\int;\n;
Anzahl Zeichen, die extrahiert werden sollen.

Beispiele:
\s;\c;	string s = strleft("abcdef", 2);  // s ist "ab"
\s;	string s = strleft("abc", 10);  // s ist "abc"
\n;
\t;Siehe auch
\l;Strings\u cbot\string;, \c;\l;strlen\u cbot\strlen;\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;.
