Re: Li'l help with if, then, else
Re: Li'l help with if, then, else
- Subject: Re: Li'l help with if, then, else
- From: Michelle Steiner <email@hidden>
- Date: Thu, 1 Mar 2001 16:25:36 -0800
On 3/2/01 2:56 AM, T.J. Mahaffey <email@hidden> wrote:
>
Now, in my effort to streamline my script, I wanted to create a subroutine
>
of those three copy commands so I could call them more efficiently. Can
>
someone tell my why my subroutine isn't working? The script executes
>
seemingly ok, but never performs the copy commands assigned to the
>
subroutine.
>
>
tell application "Finder"
>
if folder "Utilities" of startup disk exists then
>
try
>
copyParts
You need
Now, in my effort to streamline my script, I wanted to create a subroutine
of those three copy commands so I could call them more efficiently. Can
someone tell my why my subroutine isn't working? The script executes
seemingly ok, but never performs the copy commands assigned to the
subroutine.
tell application "Finder"
if folder "Utilities" of startup disk exists then
try
my copyParts
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------