[Gambas-user] This Gambas 2 example does not work properly:
Benoît Minisini
gambas at ...1...
Wed May 11 23:05:42 CEST 2011
> Make a label on a form: Label1
>
> In code, run the following 3 lines:
>
> Label1.text = "B"
> Label1.text = Left$(Label1.text, Len(Label1.Text) - 1)
> Label1.text = Left$(Label1.text, 0)
>
>
> Line 2 or line 3 should reduce it to an empty string.
> It doesn't
>
> -Fernando
>
The bug has been fixed in revision #3838. It is not present in Gambas 3.
Regards,
--
Benoît Minisini
More information about the User
mailing list