C
Chris
Via a TCP/IP socket, I receive two lines of comma separated text. The
first line is always the titles of all the columns. The subsequent
line is the data for each column. How do I split out the titles and
the data, put them in an array or collection of some kind, pull the
data for one of the titles, modify it, and write it back to the same
spot in the array?
Thanks for help,
Chris
first line is always the titles of all the columns. The subsequent
line is the data for each column. How do I split out the titles and
the data, put them in an array or collection of some kind, pull the
data for one of the titles, modify it, and write it back to the same
spot in the array?
Thanks for help,
Chris