View Single Post
Old 2009-02-13, 01:20 PM   #9
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Tommy -- also, if you use a text editor with 'Grep' search and replace capabilities you can do it easily.

search string would be:

(.*)\|(.*)\|(.*)\r

Replace with:

\2|\1|\3\r

and 'replace all'


BBEdit on the Mac has had that kind of search built in for years.
Not sure what the comparable Windows text editor would be, but the search and replace string would be the same in any editor that can do regex (regular expression) searching.

HTH
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote