e2e4au Posted May 9, 2005 Posted May 9, 2005 I have tried to get this _ArraySort function to work without any success. I have RTFM the help and have tried multiple ways again without success. How do you sort in Assending order a 2 dimentional array using the second index Do you have to specify all 6 inputs to get this to work or can you just mark it with an empty space like this for the options you don't wish to use. _ArraySort($avMyArray,1, , , , 1) Thank in advance!
Developers Jos Posted May 9, 2005 Developers Posted May 9, 2005 I have tried to get this _ArraySort function to work without any success.I have RTFM the help and have tried multiple ways again without success.How do you sort in Assending order a 2 dimentional array using the second indexDo you have to specify all 6 inputs to get this to work or can you just mark it withan empty space like this for the options you don't wish to use._ArraySort($avMyArray,1, , , , 1)Thank in advance!<{POST_SNAPBACK}>Yes you need to specify all 6 in your case... something like :_ArraySort ( $a_Array, 0, 0, 0, 2, 1 ) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now