I need help writing to a text file in vb.net
I have used the fileopen() and fileput() functions, but these
do not give the flexibilty i require.
Printable View
I need help writing to a text file in vb.net
I have used the fileopen() and fileput() functions, but these
do not give the flexibilty i require.
Look in the System.IO namespace. You need streamwriter and streamreader to accomplish what you want to do.
Sorted, thanks