• 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: Finder scripting bugs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder scripting bugs


  • Subject: Re: Finder scripting bugs
  • From: "Nigel Garvey" <email@hidden>
  • Date: Fri, 18 Jun 2010 12:16:08 +0100

Luther Fuller wrote on Wed, 16 Jun 2010 14:46:48 -0500:

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

  on rantGenerator()
    set theAlphabet to "#$%&!* "
    set rantText to ""
    repeat 1000 times
      set rantText to (rantText & some character of theAlphabet)
    end repeat
    return rantText
  end rantGenerator ---------------------------

:)

NG

 _______________________________________________
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: Finder scripting bugs
      • From: Luther Fuller <email@hidden>
  • Prev by Date: Capture Word 2004 save and close Events
  • Next by Date: Re: Finder scripting bugs
  • Previous by thread: Re: Finder scripting bugs
  • Next by thread: Re: Finder scripting bugs
  • Index(es):
    • Date
    • Thread