Re: script will error when nothing in a watched folder
Re: script will error when nothing in a watched folder
- Subject: Re: script will error when nothing in a watched folder
- From: Jolly Roger <email@hidden>
- Date: Thu, 08 Mar 2001 13:18:37 -0600
- Replyto: email@hidden
on 3/7/01 8:32 PM, Paul Berkowitz (email@hidden) wrote:
>
On 3/7/01 2:32 PM, "Jolly Roger" <email@hidden> wrote:
>
>
> if (theFile <> {}) then open theFile as alias
>
>
Do you mean:
>
>
if the file /= {} then open theFile as alias
>
>
or do you mean something else? I've not come upon <> in AS although it
>
means "is not equal to" in OneClick's EasyScript, VBA and perhaps other
>
scripting and/or programming languages as well. If that's what you meant,
>
why not use /=, which doesn't get mangled but also compiles correctly when
>
copied and pasted? (Or if it means something else, what's it mean?)
I meant "does not equal".