I've got a CSV file I need to output. The content format is like this:
adcr1;6
adcr2;11
adcr3;1
adopen;36
brama9;1
bsb2b;5
bsb2c;1
memg9;5
Is it possible to split the content where the semi-colon is so I can output it like this:
ADCR1 = 6
ADCR2 = 11
ADCR3 = 1
etc.
Also how do I get them to appear on seperate lines? They are on seperate lines in the CSV file.
Thnx






Bookmarks