LlToLower/fr: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Gally Young (talk | contribs)
Localized to french
(No difference)

Revision as of 14:27, 21 March 2008

Description

Fonction: string llToLower( string src );

Renvoie un string correspondant au string src en lettres minuscules.

• string src

Exemples

string msg = "j’aime le SUCRE!";
string p = llToLower(msg);
llOwnerSay(p);//renvoie "j’aime le sucre!"

Voir également

Fonctions

•  llToUpper Met en majuscules
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.