Difference between revisions of "LlToLower/fr"
Jump to navigation
Jump to search
Gally Young (talk | contribs) (Localized to french) |
Gally Young (talk | contribs) m (proofread) |
||
Line 10: | Line 10: | ||
|constants | |constants | ||
|examples=<pre> | |examples=<pre> | ||
string msg = "j’aime le | string msg = "j’aime le NUTTELA!"; | ||
string p = llToLower(msg); | string p = llToLower(msg); | ||
llOwnerSay(p);//renvoie "j’aime le | llOwnerSay(p);//renvoie "j’aime le nuttela!" | ||
</pre> | </pre> | ||
|helpers | |helpers |
Revision as of 13:30, 21 March 2008
LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Fonction: string llToLower( string src );98 | N° de fonction |
0.0 | Delais |
10.0 | Energie |
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.