Variable "i" shadows a variable at a preceding level
#2

Basically it just means that there are two variable names that are conflicting in the script at the same time. They have the same name.

Do you have a global variable in your script anywhere named 'i'? Your solutions are to either remove the conflicting variable and place it somewhere more appropriate, or simply just rename it to something else that doesn't exist somewhere else.
Reply


Messages In This Thread
Variable "i" shadows a variable at a preceding level - by DarkMythHunter - 16.12.2018, 05:21
Re: Variable "i" shadows a variable at a preceding level - by Threshold - 16.12.2018, 09:34
Re: Variable "i" shadows a variable at a preceding level - by DarkMythHunter - 16.12.2018, 09:51

Forum Jump:


Users browsing this thread: 1 Guest(s)