Re: Detect an URL
Re: Detect an URL
- Subject: Re: Detect an URL
- From: Shane Stanley <email@hidden>
- Date: Tue, 20 Mar 2001 18:45:44 +1100
On 20/3/01 5:48 PM +1000, Cal, email@hidden, wrote:
>
Not true. (Sorry again, Paul.) The above idle handler will execute
>
every 30 seconds by default, as if there were a "return 30" as the
>
last command of the handler.
>
>
on idle
>
beep
>
end idle
>
>
There's no return in this, and it will beep every 30 seconds.
Not always true. Before, I think, OS 8.6, if the last command returns a
record, the handler will instead execute every X seconds, where X is a
figure I've since forgotten. So putting in a return statement is probably a
good idea.
--
Shane Stanley, email@hidden