相关代码 |
|
/* null Null class, typically used to create instances with all dynamic attributes. */ *! version 1.0.0 30jul2002 version 8 class { } , inherit(object) /* -------------------------------------------------------------------------*/ /* Usage: .nameof dyn_dex Returns the name of the dynamically declared attribute at index dyn_dex. */ program define nameof _cls nameoflocal .dynamicmv[`1'] class exit `"`r(name)'"' end
相关资源 |
|