_fr_aspect_parse_and_log.ado

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

ADO
21
字号
*! version 1.0.1  18nov2004
program _fr_aspect_parse_and_log

    gettoken log       0 : 0

    syntax [anything] [ , PLACEment(string asis) ]

    					// handle aspect ratio
    if `"`anything'"' != `""' {
    	local 0 `" , aspect(`anything')"'
    	syntax [, ASPECTratio(real -999)]
    	.`log'.Arrpush .style.editstyle aspect_ratio(`aspectratio') editcopy
    }

    					// handle placement
    if `"`placement'"' != `""' {
    	.`log'.Arrpush .style.editstyle aspect_pos(`placement') editcopy
    }

end

⌨️ 快捷键说明

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