Hello,
I have a text file “c:/123.001”
And I have a string.
For Example:
strString = “ 123 “ & chr(34) & vbcrlf & “4567 “
strString =strString & vbcrlf & “its Example “
And I want to replace the text file – to delete the old string and put the new.
I search this forum and I found just export tables but not strings.
Thanks for any answer or link.
Good day!
S.
<I attach a text file like the text that I need>
I have a text file “c:/123.001”
And I have a string.
For Example:
strString = “ 123 “ & chr(34) & vbcrlf & “4567 “
strString =strString & vbcrlf & “its Example “
And I want to replace the text file – to delete the old string and put the new.
I search this forum and I found just export tables but not strings.
Thanks for any answer or link.
Good day!
S.
<I attach a text file like the text that I need>
Attachments
Last edited: