[Gambas-user] Listbox selected?

Rob sourceforge-raindog2 at ...94...
Mon Mar 15 22:44:45 CET 2004


On Monday 15 March 2004 15:08, pezz wrote:
> FOR n = 0 to List1.Listcount-1
> IF List1.Selected(n)=TRUE THEN

Hmmm.... how about

IF List1[n].Selected THEN

Give it a try....

Rob





More information about the User mailing list