I've had only very limited exposure to Python and began only yesterday with
PythonCE, so I'm definitely a newbie at it all.
My question seems really basic, but I've not been able to find a simple
answer: I have a small program that does a raw_input, processes the entered
information and then disp
p.s. - Alternately, if the raw_input could show up in the stdout along with
the displayed results instead of it's own dialog box, that would be just
fine and eliminate the problem. Whichever way would be easiest.
--
View this message in context:
http://www.nabble.com/kbhit-type-of-functionality-
Adam Walley: Not really what I was hoping for but I took your idea and built
on it so that if the response to the raw_input is an empty string it repeats
the pause. Good enough. Thanks!
Adam Walley wrote:
>
> Hi, Cazaw.
>
> Welcome to PythonCE. I remember wrestling with similar