Keyboard input/Obtain a Y or N response: Difference between revisions

m
Line 1,011:
Cls #333333,0
Cursor 0, Height/2
Report Center, "Press (Y/N)"
}
Function form1.Keydown {
Line 1,018:
If key=n Then Method Form1, "CloseNow"
}
methodMethod Form1, "Show", 1 ' modal show
Print Ret
Declare Form1 Nothing
Anonymous user