soulcaliburvn Posted September 14, 2006 Posted September 14, 2006 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
Moderators SmOke_N Posted September 14, 2006 Moderators Posted September 14, 2006 Ubound() Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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