Re: [Gambas-user] How to call .class file from main file

2012-03-25 Thread WALKER RICHARD
In Gambas 3 the .class files are hidden until you display them. A new project starts with just the main form showing in the IDE. One way to show the form's class file is to right-click in the project tree on the left of the screen on the FMain icon and select "Edit code" from the pop-up menu. Ano

Re: [Gambas-user] Gambas has Gosub now!

2012-03-04 Thread WALKER RICHARD
Why not try: RETURN label: It looks like a function return value but "label:" can only be a label, yes On 04/03/2012, Benoît Minisini wrote: > Le 04/03/2012 17:35, Jussi Lahtinen a écrit : >> Maybe there should be "GoBack" instead of "Return". >> We already have "GoTo" and "GoSub", so I think i