I need to open a text file, read in each line, manipulate that line and return it to a text file, go get the next line etc. For example a text file needs to have each line start with "TEXT:" than the rest of the line. I am currently using SQL to do this, thought that this may be the better tool to use. I have never used TCL before ......