LlToUpper: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
I happen to like "src" over "source"
No edit summary
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