Here I show you how to use INI files to store date and call upon it later.
CODE:
myinipath = C:\Users\Thom\Desktop\initest.ini
f1::
Gui, destroy
Gui, Add, Button, x72 y159 w100 h30 greadtheini, Update
Gui, Add, Button, x222 y159 w100 h30 gsavetoini, save
Gui, Add, Edit, x42 y19 w300 h120 viniinfo, %iniinfo%
Gui, Show, x769 y389 h223 w400, test window ini
Return
GuiClose:
Gui, destroy
Return
readtheini:
IniRead, iniinfo, %myinipath%, myinfo, info1
GuiControl,, iniinfo, %iniinfo%
Return
savetoini:
gui, submit
IniWrite, %iniinfo%, %myinipath%, myinfo, info1
Watch video AutoHotKey INI Files 1 (Intro to variable storing) online, duration hours minute second in high quality that is uploaded to the channel TAB Nation - Automation 09 November 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 3,138 times and liked it 65 visitors.