how can you read to check if "blah" already exists in the file? and if it does then don't write "blah" to it again.VB Code:
Open "C:\myfile.txt" For Append As #1 Print #1, "blah" Close #1
|
Results 1 to 3 of 3
Thread: Read txt file[Resolved]Threaded View
|
Click Here to Expand Forum to Full Width |