_jk_nlegend.ado

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· ADO 代码 · 共 19 行

ADO
19
字号
*! version 1.0.0  03jan2005
program _jk_nlegend
	version 9
	args col1 nfunc
	if `"`nfunc'"' != "" {
		di as txt %`col1's "n()" ":  " as res `"`nfunc'"'
	}
	else {
		di as txt %`col1's "n()" ":  (not specified)" ///
		`"  <-- we strongly recommend that you specify"'
		di as txt _col(`=`col1'+4') "the "	///
		   as res "rclass" as txt ", "		///
		   as res "eclass" as txt ", or "	///
		   as res "n()" as txt " option"
	}
	di
end
exit

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?