Difference between revisions of "LlToUpper"

From Second Life Wiki
Jump to navigation Jump to search
(I happen to like "src" over "source")
Line 10: Line 10:
|constants
|constants
|examples=<pre>
|examples=<pre>
string msg = "I like CANDY!";
string msg = "I like candy!";
string p = llToLower(msg);
string p = llToUpper(msg);
llOwnerSay(p);//Will say "i like candy!"
llOwnerSay(p);//Will say "I LIKE CANDY!"
</pre>
</pre>
|helpers
|helpers

Revision as of 04:23, 27 September 2007