Difference between revisions of "LlToLower"

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

Revision as of 04:24, 27 September 2007