here's an example of a text file I need to read...    

abcd|test1|morevalues|otherstuff
efghijklm|a;kd;laskf;alskdjf;alskdf;askldjasldkf|;askd;lakjl;asdf|al;sdjf;alf

I believe each line is seperated by a carriage return.

How can I read this in one line at a time in to a variable?

I'm assuming that I could then explode that variable using the pipe as the seperator 
text?

Kelly

Reply via email to