[Gambas-user] another bug ?

Rob sourceforge-raindog2 at ...94...
Wed May 19 23:26:50 CEST 2004


On Wednesday 19 May 2004 17:14, Fabien Bodard wrote:
> PUBLIC SUB Form_Resize()
>   ME.Text = ME.width
> ME.Width = 80
> END

I would think that the above code would cause an infinite loop.  
You'd need something like "IF ME.Width = 80 THEN RETURN" at the 
top, I would imagine.

Rob





More information about the User mailing list