PDA

View Full Version : Sorting two Arrays Together



jo15765
08-28-2012, 05:35 AM
I found the code here that will work if one is numeric...

http://www.jpsoftwaretech.com/sorting-arrays-in-parallel/

but if the array1 is string (like it is in my case) then I get a debug error of type mismatch every time...can someone point out why?!