I have a few questions about the WHILE command,
1. When does it evaluate the WHILE condition? If it becomes false does
it immediately exit the WHILE loop?
2. Can both sides of the WHILE condition be local variables that may
be updated in the WHILE statement ? WHILE 'i' < 'j' { ..... local i
= 'i' + 'j' .... local j = 'j' + 1..... }
--
Thanks
Vincent Davis
*
* 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/