in reply to scoping problems
If you have syntax errors and errors about undeclared variables, fix the syntax errors first. Sometimes the errors about undeclared variables are caused by mis-parses which again come from the syntax errors, so they go away once you fix the syntax errors. (Sometimes, not always).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: scoping problems
by locked_user sundialsvc4 (Abbot) on Jun 04, 2013 at 23:58 UTC | |
|
Re^2: scoping problems
by naturalsciences (Beadle) on Jun 07, 2013 at 08:46 UTC |