Difference between revisions of "LlToUpper"

From Second Life Wiki
Jump to navigation Jump to search
(I happen to like "src" over "source")
Line 2: Line 2:
|func_id=97|func_sleep=0.0|func_energy=10.0
|func_id=97|func_sleep=0.0|func_energy=10.0
|func=llToUpper
|func=llToUpper
|return_type=string|p1_type=string|p1_name=source
|return_type=string|p1_type=string|p1_name=src
|func_footnote
|func_footnote
|func_desc
|func_desc
|return_text=that is '''source''' with all upper-case letters
|return_text=that is '''src''' with all upper-case characters.
|spec
|spec
|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=*{{LSLG|llToLower}}
|also_functions={{LSL DefineRow||[[llToLower]]}}
|also_tests
|also_tests
|also_events
|also_events
|also_articles
|also_articles
|notes
|notes=This may only work on characters in the ASCII7 range.
|cat1=String
|cat1=String
|cat2
|cat2

Revision as of 17:12, 4 September 2007