Hi all,
Not sure if this is a bug, but running an older .do file with:
This runs cleanly in Stata 15.
Not sure if this is a bug, but running an older .do file with:
HTML Code:
version 14
set trace on
cii prop 555 55
set trace off[/CODE]
[PHP]. cii prop 555 55
------------------------------------------------------------------------------------------------------ begin cii ---
- version 14
- local vv : di "version " string(_caller()) ", missing:"
- if _caller() < 14.1 {
- cii_14_0 `0'
= cii_14_0 prop 555 55
----------------------------------------------------------------------------------------------- begin cii_14_0 ---
- version 3.1
- local vv : di "version " string(_caller()) ", missing:"
- local options "Level(cilevel)"
- parse "`*'", parse(" ,")
= parse "prop 555 55", parse(" ,")
- local 1=`1'
= local 1=prop
prop not found
------------------------------------------------------------------------------------------------- end cii_14_0 ---
return add
exit
}
-------------------------------------------------------------------------------------------------------- end cii ---
r(111);
end of do-file

Comment