- (setq appname "SOUTH")
- .
- .
- (setq zm 202101)
- (setq zm1 (LIST (list -3 (LIST "SOUTH" (cons 1000 zm1)))))
- .
- .
- (command "text" wz "1" "0" (rtos pz 2 2)) ;wz为点位位置 pz为数据
- (setq dxf (entget (entlast)))
- (if (= (tblsearch "appid" appname) nil)
- (if (= (regapp appname) nil)
- (vl-exit-with-error (alert "注册应用名失败!"))
- )
- )
- (entmod (cons zm1 dxf))
|