[Gambas-user] It seems to be a bug, but not sure...

Charlie karl.reinl at ...9...
Mon Apr 7 21:55:28 CEST 2003


David Campillo schrieb:

>Hi everybody,
>
>Someone could try this...
>
>Create an empty project
>Create a form with the name frmMain
>Put a button on it with the default name 
>Put this code in the class of the frmMain form
>
>' Gambas class file
>
>
>STATIC PUBLIC SUB Main()
>  DIM hForm AS NEW frmMain
>  hForm.show
>END
>
>PUBLIC SUB Button1_Click()
> 
>  DIM lReturn AS Long
> 
>  Message("Hello world","Ok")
>
>END
>
>On my machine, if lReturn is declared as long, the prog stop immediatly, if it 
>is integer or float, the message appear...
>
>Thanks for a feedback about it....
>
>David
>  
>
Salut David,

it's not a Bug, it's Long is not yet a gambas type.
But he is implemented.

That what Benoît wrote some times ago (see Attachement).

amicalement
Charlie

-------------- next part --------------
An embedded message was scrubbed...
From: =?iso-8859-1?q?Beno=EEt=20Minisini?= <gambas at ...1...>
Subject: Re: [Gambas-user] Datatype Long
Date: Fri, 22 Nov 2002 12:28:16 +0100
Size: 2398
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20030407/6ec5d3dd/attachment.mht>


More information about the User mailing list