Hello everyone,
I'm trying to update a local dynamically inside a loop. The idea is documented here: http://www.stata.com/statalist/archi.../msg01052.html
However, I'm trying to do this with a local of strings and the following does not seem to work:
Can someone tell me what is wrong with this?
Thanks in advance!
I'm trying to update a local dynamically inside a loop. The idea is documented here: http://www.stata.com/statalist/archi.../msg01052.html
However, I'm trying to do this with a local of strings and the following does not seem to work:
Code:
local strings a b c local test1 b local test2: list strings- test1 di `test2'
Thanks in advance!
Comment