Project

General

Profile

Bug #176

Arrays made Global reported as 'used with being declared' unless at least 1 element is declared elsewhere

Added by David Baldwin about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
02/12/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Arrays made Global reported as 'used with being declared' at the line where they are made global unless at least 1 element is declared elsewhere.

Example with error:-

Dim A$(10)
Global A$()

To remove error:-

Dim A$(10)
A$(7)="a"
Global A$()

#1

Updated by David Baldwin about 4 years ago

Should read 'Used without being declared'.

#2

Updated by David Baldwin about 4 years ago

  • Status changed from New to Closed

Also available in: Atom PDF