Re: Null
Re: Null
- Subject: Re: Null
- From: Gary Lists <email@hidden>
- Date: Thu, 09 Jan 2003 03:47:57 -0500
On or about 1/8/03 3:50 PM, Christopher Nebel wrote:
>
The upshot of this is that "null" is indeed a defined identifier in
>
AppleScript, but I don't think it means anything useful -- there's no
>
implementation behind it. "missing value" is the thing to use in
>
scripts.
To help me (and others...?) get things straight, I've seen some scripts
(Paul B, I think) that use something like:
property myvar : missing value
In what way should we be using that as an initial value, and what is the
logical operator for comparison of that variable?
if myvar = missing value -- this?
if myvar = "missing value" -- proably not
if myvar is undefined -- whoa
Throw us a bone here, someone.
--
Gary
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Re: Null
- From: Christopher Nebel <email@hidden>
- Re: Null
- From: John Stewart <email@hidden>
References: | |
| >Re: Null (From: Christopher Nebel <email@hidden>) |