06-11-2008 12:56 PM
06-23-2008 08:23 AM
Hello ks08,
This KnowledgeBase article contains a list of commands that work with the Standard I/O window. You should be able to use these commands to interact with the Standard I/O window. Do note that I did get some errors/warnings when I used 0 as the file handle for the second set of commands listed, but not when I used 1, so I would recommend using a value of 1 as the file handle if you use those commands.
06-23-2008 09:52 AM
ReadFile' or '
ScanFile', the IO window will expect me to enter data, which then captures that data (the program pauses waiting for input data). However, I am trying to get older text data that has already been printed to the screen.
Is there a way to go back and get this?
Thanks.