Hello,
I would want to make something similar :
but this is the Stata answer :
I can't find the syntax problem ?
I would want to make something similar :
Code:
. local ad1 "E:\test1" . local ad2 "\test2" . export "`ad1'`ad2'" "myfile.csv", replace
export: unknown subcommand "E:\test1\test2"
Comment