c.haslam Posted December 16, 2014 Posted December 16, 2014 Would someone please tell me how to use _ArraySort to sort a 2D array on the third column. I find the Help to be un-helpful in this case, Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
Gianni Posted December 17, 2014 Posted December 17, 2014 (edited) _ArraySort($avArray, 0, 0, 0, 2) note: (first column is nr. 0, ....third column is nr, 2) Edited December 17, 2014 by Chimp Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
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