LlToLower/fr

From Second Life Wiki
< LlToLower
Revision as of 14:30, 21 March 2008 by Gally Young (talk | contribs) (proofread)
Jump to navigation Jump to search

Description

Fonction: string llToLower( string src );

Renvoie un string correspondant au string src en lettres minuscules.

• string src

Exemples

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

Voir également

Fonctions

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