Project

General

Profile

Bug #116

variable XXX used without been declared

Added by Truls Osmundsen about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
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? :)

#1

Updated by Truls Osmundsen about 4 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
#2

Updated by Baptiste Pillot about 4 years ago

  • Affected version changed from to 0.9.4
#3

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved
  • Target version set to 0.9.5

Fixed!

#4

Updated by Baptiste Pillot about 4 years ago

  • Description updated (diff)
  • Status changed from Resolved to Closed

Also available in: Atom PDF