> Applying this to Radu's problem, we could for
> example
>
> tokenize `T'
> local i = 1
> foreach x of local X {
> local y : word `i++' of `Y'
> forval j = 1/9 {
> label var `x'``j'' `"fix. ass. `t': `y'"'
> }
> }
>
> but in this case we gain nothing from that. More
> generally, it is not essential for these problems.
Should be
tokenize `T'
local i = 1
foreach x of local X {
local y : word `i++' of `Y'
forval j = 1/9 {
label var `x'`j' `"fix. ass. ``j'': `y'"'
}
}
Nick
[email protected]
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/