• 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: Increasing numbers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Increasing numbers


  • Subject: Re: Increasing numbers
  • From: Michelle Steiner <email@hidden>
  • Date: Thu, 6 Jan 2011 18:49:06 -0700

On Jan 6, 2011, at 6:31 PM, Deborah Crain wrote:

> Can someone please help with a script that increases numbers, and put the numbers in a text file.
> Example,
> Start with 1800 then increase by 1 for 10 times.

set numberList to ""
repeat with i from 1800 to 1800 + 10
	set numberList to numberList & i & return
end repeat
-- create and save file as I showed you in the previous examlple a day or two ago

--
Live your life in such a way that when your feet hit the floor in the morning, your enemies shudder and say, "Oh no....she's awake!!"

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Increasing numbers
      • From: Deborah Crain <email@hidden>
References: 
 >Increasing numbers (From: Deborah Crain <email@hidden>)

  • Prev by Date: Re: Increasing numbers
  • Next by Date: Re: Increasing numbers
  • Previous by thread: Re: Increasing numbers
  • Next by thread: Re: Increasing numbers
  • Index(es):
    • Date
    • Thread