Hi Netters,
I need some help in List Boxes. I wanted to display four strings in a list box, at a specified column position.
For example,
-------------------------------------------------------
john 26 male graduate
newton 23 male graduate
mary 25 female graduate
I tried to concatenate these four strings with tab space in between and then
display as a single string in a list box. But the tab space did not work. Is
there any other way that I can display four strings in List Box at a specified
column positions. i
Thanks in advance.
Jay........