Forum Moderators: coopster
For example, I'm trying to read data from a text file of the form:
key,data1,data2 key2,data1,data2 key3,data1,data2
Is there a way to first match the right key and then to return each data element in a string?