assuming your variables go from VAR1 to VAR999:
macro drop _all
foreach i of varlist VAR1-VAR999 {
local j = lower("`i'")
rename `i' `j'
macro drop j
}
================
Rafal Raciborski
Graduate student
Department of Political Science
Emory University
301 Tarbutton Hall
1555 Dickey Drive Atlanta, GA 30322
404-378-9826 (home)
[email protected]
http://www.roofoos.net/
*
* 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/