• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: help with a script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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. |
----------------------------------------------------------------------


  • Prev by Date: Re: help with a script
  • Next by Date: Re: Quark Paragraph Numbers and other QuarkNewbie Questions
  • Previous by thread: Re: help with a script
  • Next by thread: Re: help with a script
  • Index(es):
    • Date
    • Thread