When a use a local and I need a start and end double quote should be included the options i use aren't functioning.
1. char(34)
2. compound quotes
I want to use a local to generate automatic filenames. Date time and a name including a pathname.
the local should give this: "C:/map/map/stata/graph/filename.extension", file name is datatime in a string
goal is that automatic file naming is done with:
graph export "C:/map/map/stata/graph/datetime_graph.tif", as(tif) replace
i have made a datetimelocal and a path local but the command requires the start and end with a double quote.
1. char(34)
2. compound quotes
I want to use a local to generate automatic filenames. Date time and a name including a pathname.
the local should give this: "C:/map/map/stata/graph/filename.extension", file name is datatime in a string
goal is that automatic file naming is done with:
graph export "C:/map/map/stata/graph/datetime_graph.tif", as(tif) replace
i have made a datetimelocal and a path local but the command requires the start and end with a double quote.
Comment