Hi, I use this code to write values of the TextBox:
But when I open Server.txt:Code:Open "Server.txt" For Append As #1 Write #1, txtUPDATE.Text & "," & txtURL.Text & "," & txtDIR.Text & vbNewLine Close #1
I need remove this ( " )!Code:"test,test,test " "test2,test2,test2 " "test3,test3,test3 "
TO:
it's possible?Code:test,test,test test2,test2,test2 test3,test3,test3




Reply With Quote