48
657
33
限制会员
(setq tagreturn (strcat (strcat tagreturn (itoa acount)) " "))
(defun c:SEL_ALL(len) ;;len = length of tags list (setq tagreturn "") ;;tagreturn = positions in drop list of selected items (setq acount 0) ;;acount = a counter (repeat len (set_tile "tags" (itoa acount)) (setq tagreturn (strcat (strcat tagreturn (itoa acount)) " ")) (setq acount (1+ acount)) ))
使用道具 举报
63
6297
6283
后起之秀
(defun sel_all (len / tagreturn acount) ;; len = length of tags list ;; ;; tagreturn = positions in drop list of selected items ;; ;; acount = a counter ;; (setq tagreturn "" acount 0 ) (repeat len (set_tile "tags" (itoa acount)) (setq tagreturn (strcat tagreturn (itoa acount) " ") acount (1+ acount) ) ))
本版积分规则 发表回复 回帖后跳转到最后一页
微信公众平台
扫描访问手机版
点击图片下载手机App
|关于我们|小黑屋|乐筑天下 繁体中文
GMT+8, 2025-7-7 14:12 , Processed in 0.386081 second(s), 63 queries .
© 2020-2025 乐筑天下
在线时间:10:00-17:00
暂无
扫一扫,关注我们
帮助中心
关于我们
下载APP客户端