altainta
02-05-2006, 06:03 PM
Sorry to ask this but i am complete Noob
I want to design a program which will generally edit a config.txt (It should not delete or create new just edit the previous one) Line number my help
e.g Config.txt content
activateAI 1 #1 or 2
SrNo. 92384400
UserName Someone
Passs Something
So everyting which is colour should be edited by a programe
So far i designed a program (Which is just related to it) but the program i designed just create new entries and read previous entries from the **.txt files. Please guide me i don't even know how to ask abt this and what this thing is called actually.
The above given example is easy i can also edit by notepad but the file have about 78 conf chars and each and every char is attached to other char so if one gets wrong other will too.
i will also attach my programm if u want.
I want to design a program which will generally edit a config.txt (It should not delete or create new just edit the previous one) Line number my help
e.g Config.txt content
activateAI 1 #1 or 2
SrNo. 92384400
UserName Someone
Passs Something
So everyting which is colour should be edited by a programe
So far i designed a program (Which is just related to it) but the program i designed just create new entries and read previous entries from the **.txt files. Please guide me i don't even know how to ask abt this and what this thing is called actually.
The above given example is easy i can also edit by notepad but the file have about 78 conf chars and each and every char is attached to other char so if one gets wrong other will too.
i will also attach my programm if u want.