local variable
#3

Код:
shadows a variable at a preceding level
the code clearly says it all

somewhere in your script, "rx","ry" and "rz" are already defined.
You can't use the same declaration 2 times.

for example:
Код:
new abc;
new abc;
wont work,
while
Код:
new abc;
new abcde;
will compile successfully

what you have 2 do now is, rename "rx" and the other stuff.
Reply


Messages In This Thread
local variable - by aboa - 31.07.2013, 14:33
Re: local variable - by aboa - 31.07.2013, 14:36
AW: local variable - by CutX - 31.07.2013, 14:39
Re: local variable - by PrinceKumar - 31.07.2013, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)