操作AutoCAD状态栏进度条. 第一次呼叫这个函数初始化进度条. 然后通过呼叫相对值或绝对值来移动进度条. 最后通过不带参数呼叫函数重置状态栏..
(dos_progbar message maxvalue)
(dos_progbar abs/-rel)
(dos_progbar)
message
消息字符串.
maxvalue
一个整数, 指定进度条的最大范围(在0到最大值之间).
abs/-rel
绝对值移动进度条, 相对值(负数)递增进度条.
T 如果成功
nil 失败时.
Command: (dos_progbar "Wait..." 10)
T
Command: (dos_progbar -1)
T
Command: (dos_progbar)
nil