Hello,
I'd like to create a local macro where each item is in quotes. The problem is that I have some items that have spaces between them.
So, for example, I'd like a local that is something like:
local pies = "blueberry cake" "apple pie" "cheesecake" "blueberry pie"
etc.
Every time I try a different iteration of compound and double quotes, Stata returns the maco clean in display. Any tips?
Thanks!!
I'd like to create a local macro where each item is in quotes. The problem is that I have some items that have spaces between them.
So, for example, I'd like a local that is something like:
local pies = "blueberry cake" "apple pie" "cheesecake" "blueberry pie"
etc.
Every time I try a different iteration of compound and double quotes, Stata returns the maco clean in display. Any tips?
Thanks!!
Comment