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
...





------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to