sscanf2 Warning 219
#2

"local variable "string" shadows a variable at a preceding level"

means that you already have a variable named like that somewhere in your script.
same goes for the "name" var.
you have to use different identifiers

Just choose another identifer for "string" and "name"
like "stringxy" and "namexy"
Reply


Messages In This Thread
sscanf2 Warning 219 - by Brentbad04 - 03.01.2014, 20:40
AW: sscanf2 Warning 219 - by CutX - 03.01.2014, 20:43
Re: sscanf2 Warning 219 - by Brentbad04 - 03.01.2014, 21:03
Re: sscanf2 Warning 219 - by Brentbad04 - 03.01.2014, 21:17
Re: sscanf2 Warning 219 - by Brentbad04 - 03.01.2014, 21:26

Forum Jump:


Users browsing this thread: 1 Guest(s)