LlToLower/fr
From Second Life Wiki
Page Principale > LlToLower > LlToLower/fr
| LSL Portal | 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
default { state_entry() { string msg = "j’aime le NUTTELA!"; string p = llToLower(msg); llOwnerSay(p);//dira "j’aime le nuttela!" au propriétaire de l'objet } }
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.

