Using this script you can analyze the old scripts and search for keywords like:
Local Global Dim Static
Search only the above keywords used inside the Loop statements like:
For ... Next
While ... Wend
Do ... Until
For ... In ... Next
This script parses a other script and reports on incorrect variable declarations within loops.
Remark: Variable declaration is needed but it should be done outside the loop.
Basic information of this script:
Currently, the script provides two fu