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? :)
Updated by Truls Osmundsen almost 5 years ago
// Enter your code here and click "Run"
Dim Linje(25,12)
Global Linje()
variable 'linje_array' used without been declared[3,12]
AOZ Transpiler Version 0.9.4 - 04/02/2020
Updated by Baptiste Pillot almost 5 years ago
- Affected version changed from to 0.9.4
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.5
Fixed!
Updated by Baptiste Pillot over 4 years ago
- Description updated (diff)
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/475
- run : https://www.amos2.fr/run/tickleman/116/
- no error, it now works well.
Actions