Jump to content

how _ArraySort works?


tamir
 Share

Recommended Posts

  • 4 weeks later...

Here's a test script I made:

#include <Array.au3>

Dim $TestArr[6]
$TestArr[0] = 1
$TestArr[1] = "_"
$TestArr[2] = 0
$TestArr[3] = 2
$TestArr[4] = "A"
$TestArr[5] = "b"

If _ArraySort($TestArr) Then _ArrayDisplay($TestArr, "Test _ArraySort")
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...