[Gambas-user] Listview (simple?) problem

Fabien Bodard gambas.fr at ...626...
Thu Sep 18 00:16:55 CEST 2008


A little gambas tips


Gambas can convert on the fly, integer to string


For i = 0 to 255

ListView.add(i, "coucou " &  i)


next


Print "3 = " & ListView[3].Text


$ 3 = coucou 3



Gambas is powerfull ... dont forget that  ;)

Regards,

Fabien Bodard




More information about the User mailing list