Dear all,

I have trouble finding my way through all possible local manipulations to find what I need. I was wondering how I can rename all variable names stored in a local. Illustration:

Code:
local i one two three
di "`i'"
local i one_1 two_1 three_1
di "`i'"
How can I do this without redefining the local from scratch?

Thank you in advance!