I want to generate new variables a, c, d
I tried the code
Code:
foreach i in "a" " c" "d " {
    gen `i' =.
    }
It did not work. Can someone help me?