Addition to Include/arrays.inc
Posted: Mon Jan 07, 2008 11:02 am
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.
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.