colobot-data/help/F/cbot/strupper.txt

17 lines
646 B
Plaintext
Raw Normal View History

\b;Instruction \c;strupper\n;
2013-10-10 14:10:20 +00:00
Cette instruction convertit tous les caractères d'une chaîne en majuscules.
2013-10-10 14:10:20 +00:00
Syntaxe:
\s;\c;strupper ( string );\n;
2013-10-10 14:10:20 +00:00
Exemples:
\s;\c; string s = strupper("Abc"); // s vaut "ABC"
\n;
2013-10-10 14:10:20 +00:00
\t;Dictionnaire anglais-français
\c;string\n; = chaîne de caractères
\c;upper \n; = majuscule
\t;Voir aussi
\c;\l;strlen\u cbot\strlen;\n;, \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;strlower\u cbot\strlower;\n;
2013-10-10 14:10:20 +00:00
\l;Programmation\u cbot;, \l;types\u cbot\type; et \l;catégories\u cbot\category;.