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