
(urgent - please help) reading and writing in a text file using VB
Hi,
I need to write 5 words in a text file without owerwriting the existing
words.
each word must be separated by a coma.
a file contains :
mike;mikie;22;france;student
flora;florie;19;spain;employee
i need to insert : name;surname;age;country;job
then it will be like this :
name;surname;age;country;job
mike;mikie;22;france;student
flora;florie;19;spain;employee
but the program has to detect if the first line
(name;surname;age;country;job) is already inserted. If it is, vd does
nothing. if not, then vb inserts this line without overwriting the other
lines.
please help. very important for me. thanks. mike