[Gambas-user] how loop a listbox

Fabien Bodard abidoo.too at ...11...
Tue Feb 10 23:47:54 CET 2004


Le Mardi 10 Février 2004 22:47, Charlie Reinl a écrit :
> Salut,
>
> need to loop a listbox , HOW
>
> Amicalement
> Charlie
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


Maybe...

For i = 0 to listbox.count - 1
	listbox.index = i
	print listbox.current.text

next





More information about the User mailing list