Can calling GetChar without calling FlushEvents('keyDown') cause the
computer to freeze? That may be what was happening with my system...
it was trying to go back to the beginning of a VERY long cue of
keystrokes. Yeah?
Also: GetString needs to be updated. Right now, the key number it is
using for "return" is not the correct one (for my keyboard, anyway).
I'd say just change the line
case {13,3},
to
case {10},
... but I don't know if that would work on all systems.
Sorry to bug you with inanities earlier,
!M
computer to freeze? That may be what was happening with my system...
it was trying to go back to the beginning of a VERY long cue of
keystrokes. Yeah?
Also: GetString needs to be updated. Right now, the key number it is
using for "return" is not the correct one (for my keyboard, anyway).
I'd say just change the line
case {13,3},
to
case {10},
... but I don't know if that would work on all systems.
Sorry to bug you with inanities earlier,
!M