ok, well i am currently in some trouble; ive looked high and low and my sources (very basic school books) arnt informative enough to tell teach me how to append a text file to separate lines.
my aim is to have a text box save to a pre existing text file, however each line will go under the last text saved.
eg. if i insert "hello" on the first line and click save it will save the text file just as "hello". and if i were to re enter some text such as "goodbye" and save it the text file it was saved to would be
"hello
goodbye"
(without the "")
any help would be greatly appreciated as im in some dire need to complete this IT corse with a teach that has trouble booting her laptop lol
im using vb.net 2005
thanks in advanced!
bigr3d
my aim is to have a text box save to a pre existing text file, however each line will go under the last text saved.
eg. if i insert "hello" on the first line and click save it will save the text file just as "hello". and if i were to re enter some text such as "goodbye" and save it the text file it was saved to would be
"hello
goodbye"
(without the "")
any help would be greatly appreciated as im in some dire need to complete this IT corse with a teach that has trouble booting her laptop lol
im using vb.net 2005
thanks in advanced!
bigr3d