You are here: irt.org | BBS | Re: inserting a pause in a script [This BBS is closed]
Posted by Jason Nugent on August 27, 1998 at 11:53:39:
In Reply to: Re: inserting a pause in a script posted by Yvan Gagnon on August 27, 1998 at 11:22:01:
: I tried what you suggested and it didn't work.
: Any other ideas?
: -- i
I suppose instead of Null you could just call a function that did nothing except return true.
setTimeout ('otherFunc ()', 2000);
function otherFunc (){ return true; }
Jason
PS: This is getting really kludgy... there must be a real way to pause a function. hmmmmm....
Follow-ups:
You are here: irt.org | BBS | Re: inserting a pause in a script [This BBS is closed]