Jump to content

Help with _ArraySort


Recommended Posts

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!

Link to comment
Share on other sites

  • Developers

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!

<{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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...