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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to