2006/11/12, Henri Girard <girardhenri at ...67...>:
>
>
> do you mean the string value property
> as DIM lineas As String [ ]
> ?
> i don't know what is a string array...
> thanks
> regards
> Henri
a string array is an array of string.... :/ hem...
So you ca manipulate the result like that :)
ListBox1.List.Join(",")
it give : item1,item2,Item3 etc...