I am struglling with writing double quotes to a file, see the following example
However, it returns the error
. I have also tried `=char(34)' instead of `" " "', or " " " but to no avail. Your comments are appreicated.
Code:
cap file close myfile file open myfile using address.do, write replace file write myfile "global root `" " " ' `c(pwd)'" _n cap file close myfile
Code:
invalid syntax
Comment