Re: A pitiful little question.

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Sun, 27 Jun 1999, you wrote:
> Thank you, Jeffrey, very much! ...

> >Use get_key() like so:
> >
> >puts(1,"Press any key to end the program.")
> >while get_key() = -1 do
> >end while

It's worth pointing out that (like many things in Euphoria) there
is more than one way to do this:

integer i
i = wait_key()

Wait_key would be preferable to get_key() when running in Windows, since
wait_key() lets the processor do other tasks while waiting.

Irv

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu