Sick run fails to start the application

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

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.

SHARE
Answered By 0 points N/A #179706

Sick run fails to start the application

qa-featured

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.

difference-between-multidimensional-and-array-intoarray
  1. Do not use global keyword to define the variable.
  2. Use the local key words to define the variable.
  3. Declare the variable in local key words.
  4. Avoid to use "global name space" in wrong way. 

In this way you can fix the error

Related Questions