Difference between revisions of "CatSorting"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "==Sorting== {| class="sortable" {{Prettytable}} |- {{Hl2}} ! '''Name''' ! '''Creator''' ! '''Description''' |- ||Merge Sort ||Xaviar Czervik ||Implem…")
 
Line 1: Line 1:
{{LSL Header|ml=*}}{{RightToc}}
==Sorting==
==Sorting==


Line 27: Line 28:
||A super nice easy to use script for those non-scripters out there! NewAge coding has done it again where you no longer need to scroll up and down adding buttons and adding messages, Features a tag system (you'll see what i mean :P)
||A super nice easy to use script for those non-scripters out there! NewAge coding has done it again where you no longer need to scroll up and down adding buttons and adding messages, Features a tag system (you'll see what i mean :P)
|}
|}
{{LSLC|}}

Revision as of 17:03, 3 April 2011

Sorting

Name Creator Description
Merge Sort Xaviar Czervik Implements a Merge Sort in LSL, however this code is 300(ish) times slower than llListSort. Don't use this in a script!
String Compare Xaviar Czervik Compares two strings and reliably returns either 1, -1, or 0 if they are the same.
String: Reverse Void Singer Returns an input string in reverse order
String: Last Index Void Singer Returns the last index of search found in string (the backward equivalent of llSubStringIndex)
Tail Messages (NewAge) Asia Snowfall A super nice easy to use script for those non-scripters out there! NewAge coding has done it again where you no longer need to scroll up and down adding buttons and adding messages, Features a tag system (you'll see what i mean :P)