Basically I have a PB8/DLL that runs for a long time. Periodically I have it post some status text out to a plain console window (no graphics involved) so I can see how it's progressing.
Can one use a single GRAPHICS INKEY$ statement to test if a key has been pushed in this console window as one would have used a simple INKEY$ statement in days gone by? Or does it get more complex than that? The fact the command is prefixed by "GRAPHICS" has me wary.
Just trying to determine whether upgrading to PB9 will help me any.
Thanks.
Bill
Can one use a single GRAPHICS INKEY$ statement to test if a key has been pushed in this console window as one would have used a simple INKEY$ statement in days gone by? Or does it get more complex than that? The fact the command is prefixed by "GRAPHICS" has me wary.
Just trying to determine whether upgrading to PB9 will help me any.
Thanks.
Bill
Comment