func init // defines instance this.instance = this.props("Const").value.instance // defines type this.type = sys.get_manager_prop('Const', 'Type') this.typecode = sys.type_code(this.type) // defines level this.tMode = sys.get_manager_prop('Const', 'TypeModifier') end func Const return(sub(code(this.parent.get_parent_sdk().cName) + '.' + this.instance, this.typecode)) end