User:Meyermagic Salome/Optimizations
< User:Meyermagic Salome
Jump to navigation
Jump to search
Revision as of 21:20, 10 May 2008 by Meyermagic Salome (talk | contribs) (New page: * For testing the first character in a string <lsl>(llSubStringIndex("test", "t") == 0);</lsl> is faster than <lsl>(llGetSubString("test", 0, 0) == "t");</lsl>)
- For testing the first character in a string <lsl>(llSubStringIndex("test", "t") == 0);</lsl> is faster than <lsl>(llGetSubString("test", 0, 0) == "t");</lsl>