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.
Printable View
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.
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