Jump to content

Recommended Posts

Posted

(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 ?!?!?!??!

Posted

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

Posted

(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.

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
  • Recently Browsing   0 members

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