D
Darin
How can I get the ESC key to work in a console application?
I have:
i=console.read
if i=27 then
{exit my code}
end if
But, when I hit the ESC key nothing happens. How can I get it to work?
My windows application uses ESC to exit forms, and I want this to also
use ESC.
Thanks in advance.
Darin
I have:
i=console.read
if i=27 then
{exit my code}
end if
But, when I hit the ESC key nothing happens. How can I get it to work?
My windows application uses ESC to exit forms, and I want this to also
use ESC.
Thanks in advance.
Darin