Re: A89: Delays, how do you create them


[Prev][Next][Index][Thread]

Re: A89: Delays, how do you create them




At 08:30 PM 2/17/01 EST, you wrote:
>
>well????
>
>

Try:

for(;;);

That'll create a really big delay :-)

Seriously, though, what kind of delay do you want?  A small key repeat
delay?  A 3-second delay?  A delay until a key is pressed?  You didn't go
into very much detail there.  Long nested for loops will make delays, if
that's what you want.




References: