*! version 1.0.0 10/28/93 STB16: zz3 program define stb_dtl version 3.1 local stb = substr(stb[1],5,.) local insert = insert[1] preserve stb_find stb`stb' quietly use $S_1, clear quietly keep if insert=="`insert'" if _N==1 & file[1]=="" { if substr("`insert'",1,3)=="crc" { di in gr _col(18) "Your Stata has this update installed." } else di in gr _col(18) "There is no software associated with `insert'" } else { keep file filetype sort file stb_dtl1 stb_dtl0 } di in gr _dup(79) "-" end