Re: A83: PAusing
[Prev][Next][Index][Thread]
Re: A83: PAusing
In a message dated 97-11-25 03:32:04 EST, you write:
> I'm having trouble making a program wait for some time. I can do getkey
> loops just fine, but I want a routine that will just make a program pause
> for a bit and then continue, no getkeys or anything. Any suggestions?
Use a command like this:
:For(A,1,[Experiment and place your own time setting here])
:End
Depending on what you put for "put your own time setting here"(DONT use the
square brackets) will set how long the program waits before it continues.
The Unigamer
Follow-Ups: