File restructure #1

This commit is contained in:
2024-04-19 16:46:33 +02:00
parent a8a94ddc10
commit ecac05b9c4
703 changed files with 10 additions and 272568 deletions

View File

@ -1,15 +0,0 @@
*! 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