Dear all,
I have the following code:
Somehow, the locals k1, k2, k3 are not stored. Can anyone hint to why this is the case?
Thanks.
I have the following code:
Code:
local zz 1 2 3
foreach z of local zz {
di `z' +1
local k`z' = `z' + 1
}
di k2
Thanks.

Comment