Difference between revisions of "LlToUpper"

From Second Life Wiki
Jump to navigation Jump to search
m (Grammar fix)
m (Replaced old <LSL> block with <source lang="lsl2">)
Line 10: Line 10:
|constants
|constants
|examples=
|examples=
<lsl>string msg = "I like candy!";
<source lang="lsl2">string msg = "I like candy!";
string p = llToUpper(msg);
string p = llToUpper(msg);
llOwnerSay(p);//Will say "I LIKE CANDY!"</lsl>
llOwnerSay(p);//Will say "I LIKE CANDY!"</source>
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llToLower]]}}
|also_functions={{LSL DefineRow||[[llToLower]]}}

Revision as of 12:15, 22 January 2015