I have a huge flat-text file (processed weekly from a mainframe machine and a Unix box) originally sent directly to a printer. I need to post it on the web, but when i try, all the formatting disappears, and everything is all jumbled together.

My idea is to open the file, line by line, and make each file an array. Then search the array for formatting (originally for the printer), and replace it with HTML code. However, I have NO IDEA where to start... any suggestions?

~~ Whisper ~~
(VB6)