This will sound really stupid but I have forgotten the syntax for this stuff.... I am trying to open a file, actually its a log file from vb6 and input some lines. I am cool with most of it but don't know how to write to it.... I am using the following: Open strfilename for append as #2
I then need to add some lines of text. Any ideas? Also I need to know how to take the contents of list box and variablize all of it so that it can be included in the log file. Ideas?