galaxy0815
Technical User
Hi,
Does anyone know how to write just one line (like: "This is the line which should be entered to the file")to a file, so that the final file looks like:
This is the line which should be entered to the file
(The important thing is that the line in the file should not be surrounded by quotation marks)
Does anybody have a solution for this?
I tried it with:
Open file For APPEND As #1
Write #1, strtowritetofile
but then the string in the file is always sourrounded by quotation marks
Does anyone know how to write just one line (like: "This is the line which should be entered to the file")to a file, so that the final file looks like:
This is the line which should be entered to the file
(The important thing is that the line in the file should not be surrounded by quotation marks)
Does anybody have a solution for this?
I tried it with:
Open file For APPEND As #1
Write #1, strtowritetofile
but then the string in the file is always sourrounded by quotation marks