I'd like to define a global macro to use for graphing purposes, so I'd like the macro to be the full text for the option: xtitle("")
How can I define this global macro? I have read about escaping quotes, but I tried the following which do not work
global test1 "xtitle(" "`""""'" ")"
global test2 "`"xtitle("")"'"
Thanks for reading.
How can I define this global macro? I have read about escaping quotes, but I tried the following which do not work
global test1 "xtitle(" "`""""'" ")"
global test2 "`"xtitle("")"'"
Thanks for reading.
Comment