[Gambas-user] LAST document example fails

R Onstenk ronstk at ...239...
Sat Aug 30 21:17:47 CEST 2003


I think ther is a failure in the wiki doc for LAST.

DIM hButton[3] AS Button

hButton[0] = NEW Button AS "MyButtons"
hButton[0].Text = "Red"

does not work.
I had to chang it to
hButton[0] = NEW Button(ME) AS "MyButtons"

------------
Ron





More information about the User mailing list