Hello, my struggles with this 'simple' language continue. Want to write a simple command line test program that waits for a keypress. It does not work:
Print "Press a key"
WaitKey
Print "done"
End
If I do this in a graphics windows, it does work. (ie. Graphics 640, 480)...
Print "Press a key"
WaitKey
Print "done"
End
If I do this in a graphics windows, it does work. (ie. Graphics 640, 480)...