> > IN Qbasic there is a SLEEP command as
in...
> > 20 SLEEP=10 <----PAUSE FOR 10 SECONDS
> How would the sleep function work in basic I have tryed 10 sleeo=10,
> 10 "sleep=5" its not working...
> But thanks again Ethan!!!
On Wed, 23 Dec 2015, william degnan wrote:
If it does not appear in your version of BASIC's
manual it won't work like
it does in QBASIC, at least not out of the box.
I don't even know which BASIC you are trying to translate into, . . .
IF it is using 10 as an argument to a function called sleep,
then try SLEEP(10) or SLEEP (10)