Hi experts,
I have a CPP file. I am using VB in VS2005. I have opened that file using the FileSystemObject. I am reading each and every line in that CPP file. I have to comment all the lines untill i encounter a return statement.I am using the scripting.textstream to read a line from the CPP file. But i have no idea as to how we can add a "//" comment to the beginning of every line that i read or even a multiline comment from the begining till a return statement. pls help !!