[Gambas-user] [Gambas Bug Tracker] Bug #1040: WITH Super is suppoerted by the IDE but not by the interpreter
bugtracker at ...3416...
bugtracker at ...3416...
Wed Nov 30 11:52:28 CET 2016
http://gambaswiki.org/bugtracker/edit?object=BUG.1040&from=L21haW4-
Fabien BODARD reported a new bug.
Summary
-------
WITH Super is suppoerted by the IDE but not by the interpreter
Type : Bug
Priority : Medium
Gambas version : 3.9.90 (TRUNK)
Product : Language
Description
-----------
This code work with autocompletion on the IDE byut when i try to compile it fail.
"Super ne peut être utilisé seul"
INHERIT GridView
...
With Super
.Columns.Count = 50
.Rows.Count = 250
.Header = .Both
For i = 0 To .Columns.Max
.Columns[i].Text = Chr(65+ i)
Next
End With
...
More information about the User
mailing list