What is happening here ? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
ananthuthilakan
Posts: 188
Joined: 08 Jul 2019, 05:37
Contact:

What is happening here ?

Post by ananthuthilakan » 02 Feb 2023, 03:40

Code: Select all

gui, add, button, w100 gtest, what ?
test(1)
gui, show , w200 h200
return

test(tflag:=""){
MsgBox, % tflag
}
What are those numbers i am getting when i click the button ?

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: What is happening here ?  Topic is solved

Post by swagfag » 02 Feb 2023, 03:47

read this bit where it talks about the function handler https://www.autohotkey.com/docs/v1/lib/Gui.htm#label


Post Reply

Return to “Ask for Help (v1)”