Jump to content

how to get know how many element in an array ?


Recommended Posts

how to get know how many element in an array ?

I read help but i can't find any funtion can get size of array ...

While Not @error
        MsgBox(0,"", $WorkGroupnames[$i])
        $i += 1
    WEnd

D:\download\AutoitProject\test.au3 (11) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:

I can't use @error to capture error when dimension range exceeded
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...