【 WindowImageList 】
格式:WindowImageList(BSTR Name)
中文:WindowImageList(迷你視窗名稱)
說明:表列指定迷你視窗的圖片。
範例:
--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--
-- show all images
images = WindowImageList(win)
if images then
for _, v in ipairs (images) do
Note (v)
end
end -- if any
--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--
來源:http://www.gammon.com.au/mushclient/mw_images.htm#WindowImageList