Auto It array variable has incorrect error

Asked By 0 points N/A Posted on -
qa-featured

Hello,

The portable freeware collection Autoit created this error when I tried to open the application. Can anyone help me please to fix this error ? What could be the problem with the application that I want to open ?

Thank you experts !

AutoIt Error

Line 2627 (File “C:Program Files(x86)ArcThemALL!.exe”):

Error: or subscript dimension range exceeded.

SHARE
Answered By 590495 points N/A #179730

Auto It array variable has incorrect error

qa-featured

Though I’m not sure if you are creating a script file that will launch the program ArcThemALL!, first you should check if the program is working properly. If you are using an older version, download and install the latest version, ArcThemALL! 5.1. It requires Windows XP, Windows Vista, Windows 7, and Windows 8.

After installing the latest version, check if you have AutoIt on your computer. If you don’t have it or you have an older version, download and install the latest version, AutoIt 3.3.12.0. It requires Windows XP, Windows Vista, Windows 7, and Windows 8 including Windows Server 2003, Windows Server 2008, and Windows Server 2008 R2.

Try running the script again and see if this will work. If you still get an error, try checking your script file and verify your array variables. An array can only use up to a maximum of 64 dimensions. Please visit Language Reference Variables to learn more about it.

Related Questions