LlToUpper/fr
From Second Life Wiki
Page Principale > LlToUpper > LlToUpper/fr
| LSL Portal | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Fonction: string llToUpper( string src );| 97 | N° de fonction |
| 0.0 | Delais |
| 10.0 | Energie |
Renvoie un string correspondant au string src en lettres majuscules.
| • string | src |
Exemples
default { state_entry() { string msg = "J’aime le nuttela!"; string p = llToUpper(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.

