Re: How can you tell whether you have a reference or not?
Re: How can you tell whether you have a reference or not?
- Subject: Re: How can you tell whether you have a reference or not?
- From: Paul Berkowitz <email@hidden>
- Date: Fri, 07 Feb 2003 01:46:22 -0800
On 2/6/03 11:40 PM, "Kai" <email@hidden> wrote:
>
on Thu, 06 Feb 2003 17:23:16 -0800, Paul Berkowitz wrote:
>
>
> set isReference to not (contents of someVariable)
>
>
Ah! I knew there had to be a simple way. Thanks, Paul!
A little too simple! I didn't do that right. It should be:
set isReference to not (someVariable = contents of someVariable)
--
Paul Berkowitz
_______________________________________________
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.