Re: Increasing numbers
Re: Increasing numbers
- Subject: Re: Increasing numbers
- From: Deborah Crain <email@hidden>
- Date: Thu, 6 Jan 2011 20:09:24 -0600
Thanks.very much.
Sent from my iPad
On Jan 6, 2011, at 7:49 PM, Michelle Steiner <email@hidden> wrote:
>
> 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
_______________________________________________
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