• 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: AppleScript-Users Digest, Vol 7, Issue 324
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript-Users Digest, Vol 7, Issue 324


  • Subject: Re: AppleScript-Users Digest, Vol 7, Issue 324
  • From: Tommy Bollman <email@hidden>
  • Date: Fri, 18 Jun 2010 00:37:46 +0200

On 17. juni 2010, at 23.46, Kevin Bradley wrote:

> I LOVE THE RANT GENERATOR!
>
> Seriously funny.
>
> Kevin
> --
> He never raised his voice. That was the worst thing: the fury of the Time Lord. And then we discovered why, why this Doctor who had fought with gods and demons, why he had run away from us and hidden: he was being kind...
> --Baines, from Doctor Who, "Family of Blood"
>
> On Jun 17, 2010, at 2:01 PM, email@hidden wrote:
>
>> Message: 1
>> Date: Wed, 16 Jun 2010 14:46:48 -0500
>> From: Luther Fuller <email@hidden>
>> Subject: Finder scripting bugs
>> To: AppleScript Users <email@hidden>
>> Message-ID: <email@hidden>
>> Content-Type: text/plain; charset="us-ascii"
>>
>> On March 29, 2010, Subject: Finder scripting bugs, Bill Cheeseman reported ...
>>
>>> Yep, bug # 7193940 is still marked as "Open."
>>
>> I seems that the bug is still there in 10.6.4.
>> Rather than waste space with a pointless rant, I submit this handler ...
>>
>> on rantGenerator()
>> 	set theAlphabet to characters of "#$%&!* "
>> 	set rantText to ""
>> 	set alphabetSize to (count items of theAlphabet)
>> 	repeat 1000 times
>> 		random number from 1 to alphabetSize
>> 		(item (the result) of theAlphabet)
>> 		set rantText to (rantText & the result)
>> 	end repeat
>> 	return rantText
>> end rantGenerator ---------------------------
>>
>> Use it carefully.
>
> _______________________________________________
> 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
>


May I propose adding the @ symbol?
I think you should post in in code exchange at macscripter as well Luther Fuller!
Best regards



Tommy Bollman
--------------------------------------------------------------------------------------------------
Mollison's Bureaucracy Hypothesis:
	If an idea can survive a bureaucratic review
	and be implemented it wasn't worth doing.

 _______________________________________________
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

References: 
 >Re: AppleScript-Users Digest, Vol 7, Issue 324 (From: Kevin Bradley <email@hidden>)

  • Prev by Date: Re: AppleScript-Users Digest, Vol 7, Issue 324
  • Next by Date: Re: iPhoto returns a real number as a photo ID
  • Previous by thread: Re: AppleScript-Users Digest, Vol 7, Issue 324
  • Next by thread: Capture Word 2004 save and close Events
  • Index(es):
    • Date
    • Thread