Actions
Bug #116
closedvariable XXX used without been declared
Start date:
02/04/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
In the last version I had 0 errors with "Variable XXX used without been declared"...
In the new version I have 72...
ASnd some of them is "fun":
Dim Grid(675)
Global Grid()
This throws an error on "Grid()" in the global statement.
Its hard to declare it in any better fashion? :)
Actions