Difference between revisions of "LlToLower"

From Second Life Wiki
Jump to navigation Jump to search
m (lsl code tagging)
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples=<pre>
|examples=
<lsl>
string msg = "I like CANDY!";
string msg = "I like CANDY!";
string p = llToLower(msg);
string p = llToLower(msg);
llOwnerSay(p);//Will say "i like candy!"
llOwnerSay(p);//Will say "i like candy!"
</pre>
</lsl>
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llToUpper]]}}
|also_functions={{LSL DefineRow||[[llToUpper]]}}

Revision as of 14:50, 30 March 2008