显示一个可缩放的复选列表框.
(dos_multilist title prompt list [indices])
title
窗口标题.
prompt
提示信息.
list
字符串列表.
indices
代表默认选中的索引列表.
如果成功, 返回选中的字符串列表.
nil 取消或出错时.
Command: (dos_multilist "Freeze Layers" "Select layers" '("Layer1" "Layer2" "Layer3") '(0 2))
("Layer1" "Layer3")