getint使用基础问题
各位(setq Size (getint "字高:"))
(if (null Size)(setq Size 5))
以上两行可以在输入字高时按空格或回车将5 赋值给intTxtSize 有没有办法在输入过程中 回车或空格无效,必须让用户输入数字?getkword的办法暂时不考虑 因为输入的范围不想限制.
(while (not (setq Size (getint "字高:"))))
又是个强奸用户的需求。。。用户不输入就直接强制退出呗。。。 (if(setq Size (getint "字高:"))(progn)) (or th(setq th 5.))
(setq th (Ureal 7 "" "字高" th))
页:
[1]