My root directory contains things like .
and ,
So if I write
global root "C:/Users/Owner/0. Lyx,R/2000, AAA/"
global data1 "${root}Data\"
use ${data1}data
then it says
invalid 'Lyx'
How can I fix this problem?
My root directory contains things like .
and ,
So if I write
global root "C:/Users/Owner/0. Lyx,R/2000, AAA/"
global data1 "${root}Data\"
use ${data1}data
then it says
invalid 'Lyx'
How can I fix this problem?