topsecret Posted December 2, 2010 Posted December 2, 2010 (90) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: $array[18][23] = 339.6 ^ ERROR ->02:36:50 AutoIT3.exe ended.rc:1 >Exit code: 1 Time: 1.730 WTF ?!?!?!??!
enaiman Posted December 2, 2010 Posted December 2, 2010 What is so difficult about that? You are trying to access an array element which doesn't exist - check how your array is built and how many elements it has. The message says that your array definitely does not have an element [18][23] SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
omikron48 Posted December 2, 2010 Posted December 2, 2010 WTF ?!?!?!??! Like anyone can even guess what's the cause of your problem with just an error message with no context even...
JohnOne Posted December 2, 2010 Posted December 2, 2010 On 12/2/2010 at 12:42 AM, 'topsecret said: (90) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: $array[18][23] = 339.6 ^ ERROR ->02:36:50 AutoIT3.exe ended.rc:1 >Exit code: 1 Time: 1.730 WTF ?!?!?!??! "Array variable has incorrect number of subscripts or subscript dimension range exceeded.:" Your array is the wrong size. Have a look around the forum to gain a little insight on how to constuct a question that might be able to be answered. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
gruntydatsun Posted December 2, 2010 Posted December 2, 2010 Hi TopSecret, Post your code, what it does and what you're experiencing and people will go out of their way to help you here.
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