[求助]lisp怎样将所有图层名写进一个txt文本
[求助]lisp怎样将所有图层名写进一个txt文本,哪位朋友帮下忙,谢谢了! 多看看书吧 liminnet发表于2009-8-24 22:53:00static/image/common/back.gif文章才七啊多看下书,你看我的文章篇数就知道我多用功了<p></p><p>。。。都笑了</p><p>文章多 /= 水平高</p><p>文章少 /= 水平低</p> (defun c:aaa (/ file lay)<br/> (setq file (open "c:\\111111111.txt" "w"))<br/> (while (setq lay (tblnext "LAYER" (not lay)))<br/> (write-line (cdr (assoc 2 lay)) file)<br/> )<br/> (close file)<br/> (princ)<br/>) liminnet发表于2009-8-24 23:38:00static/image/common/back.gif我是高手来的哟
<p>我相信是发帖子高手,水平不晓得</p> 有这样的人!!。。 cauin发表于2009-8-24 23:47:00static/image/common/back.gif我相信是发帖子高手,水平不晓得
<p>支持哦</p> 文如其人,帖如其人……
页:
[1]
2