Re: Finding default browser with AS
Re: Finding default browser with AS
- Subject: Re: Finding default browser with AS
- From: Jolly Roger <email@hidden>
- Date: Mon, 30 Apr 2001 10:50:49 -0500
- Replyto: email@hidden
on 4/30/01 9:34 AM, Jan Pieter Kunst (email@hidden) wrote:
>
As an aside, since I like to understand what I am doing, can you
>
explain the 'philosophy' behind this handler?
>
>
on quit
>
return true
>
end quit
>
>
What exactly is being returned as 'true'? 'True' is a property of something,
>
right? So what is it that is 'true' here?
I'm not sure of the exact, correct name for this functionality. I've just
always understood it to mean "save properties". Basically, you are saying
"Save Properties = true". The default return value is non-existent or
false.
JR