Re: How to get error code from Interpreter ?
- Posted by DerekParnell (admin) May 16, 2009
- 861 views
vmars said...
what's wrong; Error code or something?
I assume you are using 'exw.exe' to run this program. If you run exwc.exe' instead, you will see that a new console window (the black flash) is not created and you should see the error message.
The error is that you have not declared a variable called 'keystroke'.
Add
integer keystroke
just before the 'waitkey' line.