I don't know about you but on my own Windows 11 system when running Pete's program when I went to open the top left menu the window was maximized instead.
tmp$ = SPACE$(3): MID$(tmp$, 2, 1) = "Q"
CASE "Q"
So I replaced the "?" of the menu with the letter "Q" and everything works fine now.
Gaslouk.
tmp$ = SPACE$(3): MID$(tmp$, 2, 1) = "Q"
CASE "Q"
So I replaced the "?" of the menu with the letter "Q" and everything works fine now.
Gaslouk.