*! version 6.0.0 06may1999 program define postmiss version 6 gettoken postfil 0 : 0, match(unused) gettoken stat 0 : 0, match(unused) while "`stat'" != "" { tempname x capture scalar `x' = `stat' if _rc { if _rc == 1 { error 1 } scalar `x' = . } local stats `stats' `x' gettoken stat 0 : 0, match(unused) } post `postfil' `stats' end