Addition to Include/arrays.inc

Made a small change or new addition to the Distro that makes a difference? You can post the changes here in .patch or .diff file format, for others to use or even added to the official Distro SVN!

Moderators: POL Developer, Distro Developer

Locked
User avatar
MontuZ
Forum Regular
Posts: 338
Joined: Fri Feb 10, 2006 8:08 am
Location: Myrtle Beach, South Carolina

Addition to Include/arrays.inc

Post by MontuZ »

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.
Attachments
includearrays.patch
(1.24 KiB) Downloaded 340 times
Locked