Re: help with a script
Re: help with a script
- Subject: Re: help with a script
- From: Michelle Steiner <email@hidden>
- Date: Sun, 19 Nov 2000 09:53:03 -0800
On 11/19/00 9:42 AM, Brett VanBenschoten <email@hidden>
wrote:
>
Here's the deal- I'm a newbie who's never done any Applescripting, but I
>
think I understand the gist of it. I'm trying to find / create a script that
>
will generate a sequential number each time it's run, i.e., it will create
>
the number "205" the first time it's run, "206" the 2nd time it's run, etc.
>
>
Does anyone know if this can be done? If it can, could someone offer me some
>
help or point me to where I can learn to do it?
property x : 204
on run
set x to x + 1
display dialog x
end run
----------------------------------------------------------------------
| Michelle Steiner | Hard as it may be to believe, my |
| email@hidden | life has been based on a true story. |
----------------------------------------------------------------------