[AHK-] 多維陣列+ gui
想要達到當我用下拉式選單選某值之後
按下按鈕可以得到我想要的資料
但目前還是失敗的
有哪裡需要修改的嗎
另外是否有無宣告陣列是key+多維的格式嗎
gui, add, DDL, vname ,小明|小美
gui, add, button, gtest w80, TEST
gui, add, edit, readonly vautoreport w400 h300,
gui, show, x1260 y590 w620 ,score Auto
return
;=====================
test:
select := name
小明 := [[10,11,12,13],[20,21,22,23]]
小美 := [[30,31,32,33],[40,41,42,43]]
gui, submit, nohide
TestScore:= select[2,2]
guicontrol,,autoreport,%name%的第2次的第2個成績:%TestScore%
return
多謝b大提醒
後來改成這樣就可以了
test:
gui, submit, nohide
ming := [[10,11,12,13],[20,21,22,23]]
mei := [[30,31,32,33],[40,41,42,43]]
select :={小明:ming,小美:mei}
TestScore:= select[name][2,2]
guicontrol,,autoreport,%name%的第2次的第2個成績:%TestScore%
return
-----
Sent from JPTT on my iPhone
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 150.117.155.159 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/EzHotKey/M.1647140353.A.8E9.html
推
03/14 00:32,
2年前
, 1F
03/14 00:32, 1F
→
03/14 00:32,
2年前
, 2F
03/14 00:32, 2F
→
03/14 00:32,
2年前
, 3F
03/14 00:32, 3F
→
03/14 00:32,
2年前
, 4F
03/14 00:32, 4F
※ 編輯: s20714dog (110.26.36.139 臺灣), 03/14/2022 09:35:34
EzHotKey 近期熱門文章
PTT數位生活區 即時熱門文章