LlToUpper
De DigiWiki.
Version du 13 octobre 2012 à 19:19 par Djphil (discuter | contributions)
string msg = "I like candy!"; string p = llToUpper(msg); llOwnerSay(p);//Will say "I LIKE CANDY!"
string msg = "I like candy!"; string p = llToUpper(msg); llOwnerSay(p);//Will say "I LIKE CANDY!"