local variable "idx" shadows a variable at a preceding level
#3

It's perfectly feasible to use the same variable name in two different functions. Those warnings mean that idx is defined on a higher level, probably global.
Reply


Messages In This Thread
local variable "idx" shadows a variable at a preceding level - by Stanford - 25.05.2013, 10:02
Re: local variable "idx" shadows a variable at a preceding level - by TheArcher - 25.05.2013, 10:26
Re: local variable "idx" shadows a variable at a preceding level - by Vince - 25.05.2013, 11:07

Forum Jump:


Users browsing this thread: 1 Guest(s)