2012-01-13
2012台期所期貨最後交易日檔(結算日)
資訊來源 - 期貨交易所 - 交易制度 - 台灣行事曆
20120118
20120215
20120321
20120418
20120516
20120620
20120718
20120815
20120919
20121017
20121121
20121219
20130119
--
iniFile = ./jcmp.ini
IfNotExist, %iniFile%
{
MsgBox, IniFile %iniFile% not Exist.
ExitApp
}
IniRead, exchange, %iniFile%, 期貨商品, 交易所
IniRead, pNumber, %iniFile%, 期貨商品, 商品數
IniRead, fExt, %iniFile%, 期貨商品, 副檔名
msgbox ahk version:%A_AhkVersion%`n`n商品數=%pNumber% \
`n副檔名=%fExt%`n交易所=%exchange%