You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
283 B
Plaintext

*! 1.0.1 14mar2000 jw/ics
program define dropvars
version 6
while "`1'" != "" {
capture drop `1'
if _rc {
local nodropv "`nodropv' `1'"
}
mac shift
}
if "`nodropv'" != "" {
di in gr "Unable to drop" in ye "`nodropv'"
}
end