Re: storing last date ran as a property
Re: storing last date ran as a property
- Subject: Re: storing last date ran as a property
- From: Michelle Steiner <email@hidden>
- Date: Tue, 29 Jan 2002 10:40:19 -0700
On 1/29/02 9:21 AM, Michael Britt <email@hidden> wrote:
>
Is is possible to set a property that would store the last date the script
>
it is in successfully ran. I would like to use this property to search a
>
database for all records cataloged since the last time the script was run.
property lastrun : (current date)
on quit
set lastrun to current date
continue quit
end quit
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------