Hi,
I am having trouble with one of my directory that includes a dash.
When I do :
No problems. But when I do:
then I get an error "targets not found" .
How do I specify my option using so that any kind of directory (especially the ones with dash as I never had problems before) would be accepted?
Thanks
I am having trouble with one of my directory that includes a dash.
When I do :
Code:
local using "using "C:\Users\username\x.xlsx""
if mi("`using'")==0 {
export excel treat `using', first(var) replace
}
Code:
local using "using "H:\.shortcut-targets-by-id\0B6x88ncMTfSOemMtd0tJN1hOaHc\x.xlsx""
if mi("`using'")==0 {
export excel treat `using', first(var) replace
}
How do I specify my option using so that any kind of directory (especially the ones with dash as I never had problems before) would be accepted?
Thanks

Comment