In simple words "modifying a text line"
Posted: Thu Aug 18, 2005 1:53 pm
ok my earlier post did not return any results so i am posting question again in a more simple manner
Want to Make a program that will read a Text file and will add few words in the begging of the lines in the text file as well as in the ending of the line
Say the text file "file.txt" has the line
=====file.txt======
hi i need help
please help me
===============
the program should read this file and change it to
=====file.txt======
abc hi i need help def
abc please help me def
===============
so how can this be done please help
Want to Make a program that will read a Text file and will add few words in the begging of the lines in the text file as well as in the ending of the line
Say the text file "file.txt" has the line
=====file.txt======
hi i need help
please help me
===============
the program should read this file and change it to
=====file.txt======
abc hi i need help def
abc please help me def
===============
so how can this be done please help