Code:
local list1 "June 2004" local list2 "July 2004"
Code:
forvalues i = 1/2 { local names `names' `"`list`i''"' macro list } foreach x of local names { di "`x'" }
Code:
June 2004 July 2004
Code:
June 2004 `"July 2004"'
But I'm not sure how to generate output that looks like:
Code:
June 2004 July 2004
Best,
Tim
0 Response to Combining locals that contain whitespace
Post a Comment