Hi there,
While I was trying to open a program this error appeared on my desktop and I don’t have a solution for this. My brother used the PC these days and I think he messed up a bit my PC. Can anyone help me please to fix this error ? What is causing this one ?
Thank you !
AutoIt Error
Line 16593 (File “C:UsersAppDataRoamingSick
Marketingsickrun.exe”):
Error: or subscript dimension range exceeded.
Sick run fails to start the application
This error is might be caused by type of array. Usually, when someone is going to create multidimensional array or array inside the array and mix up both thing then there would be error. So, you must know the difference between multidimensional array and array inside the array. See the image below for this purpose.
-
Do not use global keyword to define the variable.
-
Use the local key words to define the variable.
-
Declare the variable in local key words.
-
Avoid to use "global name space" in wrong way.
In this way you can fix the error