Re: Increasing numbers
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