MontuZ Distro Developer
Joined: 10 Feb 2006 Posts: 286 Location: Myrtle Beach, South Carolina
|
Posted: Mon Jan 07, 2008 3:02 pm Post subject: Addition to Include/arrays.inc |
|
|
My SVN isn't working for whatever reason.
Just added;
Bubble_Sort_Array(byref data_array, pos) - For sorting arrays within arrays. Examples; Array{Array{value1, value2}} - Where pos = value2 would sort the array from min to max. Taken directly from 095 distro include/sorting.inc and fixed a bug were some entires would duplicate. |
|