Hey.

I have a tab-delimited text-file with entries i want to read from. The data consists of two strings per post which i want to read and then manipulate with. What functions is best to use?

A record could look like this:

Accolade <tab> Something_generic_here
etc..

Thanks!

C B