[Gambas-user] Strange Bug
R. Stormo
rohnny at ...1248...
Fri Nov 24 06:09:01 CET 2006
Charlie Reinl wrote:
>
> Salut,
>
> try this.
>
> The given Form.Titel = 'Test47' will be set if you uncomment the 'Dim j as
> Integer =' in class Form1.
>
> Amicalment
> Charlie
>
>
>
I think the bug is all yours ;)
DIM j AS Integer =
ME.Title = "Test44"
What shall j be set to?
DIM j AS Integer = 0
ME.Title = "Test44"
or
DIM j AS Integer
ME.Title = "Test44"
Then it work a little better.
Regards Rohnny
My Gambas Community http://gambasforum.tk
--
View this message in context: http://www.nabble.com/Strange-Bug-tf2695259.html#a7518000
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list