[Gambas-user] Listbox.List(x) error

Jacky jscops at ...11...
Thu Sep 4 21:44:00 CEST 2008


Le Thursday 04 September 2008 20:35:47 Sevoir, vous avez écrit :
> Hi All!
>
> I have a problem.
> I want get a Listbox item text value to a label.caption ..
> label.caption = ListBox.list(1)
> but I have an error message :
> Not a function
>
> What I mistaked?

 label.caption = ListBox.list[1]

Jacky





More information about the User mailing list