Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: forvalues problem - oops


From   Fred Wolfe <[email protected]>
To   [email protected]
Subject   Re: st: forvalues problem - oops
Date   Thu, 01 Aug 2002 05:16:50 -0500

Oops the invalid syntax is point to the wrong line

forvalues k = 1 / `catvar`j'_totline' {
* forvalues k = 1 / $catvar`j'_totline { <-- invalid syntax error here

This is correct:

forvalues k = 1 / `catvar`j'_totline' { <-- invalid syntax error here
* forvalues k = 1 / $catvar`j'_totline {


---------------------------------------------------------------------------- ------------------------
Fred Wolfe Tel (316) 263-2125
National Data Bank for Rheumatic Diseases Fax (316) 263-0761
Wichita, Kansas [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/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index