Click to See Complete Forum and Search --> : File I/O


January 8th, 2000, 08:28 AM
I do have a file text look like that: data1,data2,data3
and I do have more than 10 line. My question is:
How can I display ONLY the second data (datea2) of each line inside list box control.
Thank you for your help (example if you can)
Mohammed.

wilton
January 8th, 2000, 02:54 PM
Try using the Mid$ parsing function & and Instr. If you look those up in the help they'll give you an idea of how to do it. You'll also need to parse for vbCrLf