• 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: Snow Leopard AppleScript Release Notes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Snow Leopard AppleScript Release Notes


  • Subject: Re: Snow Leopard AppleScript Release Notes
  • From: Yvan KOENIG <email@hidden>
  • Date: Sat, 29 Aug 2009 17:33:08 +0200


Le 29 août 2009 à 17:25:45, Deivy Marck Petrescu a écrit :


On Aug 29, 2009, at 05:38, Emmanuel LEVY wrote:


On Aug 29, 2009, at 7:05 AM, Shane Stanley wrote:

On 29/8/09 9:15 AM, "Christopher Nebel" <email@hidden> wrote:

no one has mentioned bug #1186965 yet...

I'm still trying to guess what happens when you coerce a list to text.


This whole system of item delimiters is excellent, however it may turn confusing in some cases. Ideally (but that's personal) we should be allowed to provide a regular expression as the item delimiter. Also, ideally, you wouldn't need two instructions to split a text into a list, just one verb, something like:

splittextintolist "Hello, world: salut, monde." using "(, |: )" regular expression true
--> {"Hello", "world", "salut", "monde."}


You mean something like

get words of  "Hello, world: salut, monde."


Not exactly because

get words of "(Hello), world: salut|, monde."

returns

{"Hello", "world", "salut", "|", "monde"}

When, if I understood well, Emmanuel wish is supposed to return:

{"Hello", "world", "salut", "monde"}

Yvan KOENIG (VALLAURIS, France) samedi 29 août 2009 17:32:59



_______________________________________________
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: Snow Leopard AppleScript Release Notes
      • From: Deivy Petrescu <email@hidden>
References: 
 >Re: Snow Leopard AppleScript Release Notes (From: Shane Stanley <email@hidden>)
 >Re: Snow Leopard AppleScript Release Notes (From: Emmanuel LEVY <email@hidden>)
 >Re: Snow Leopard AppleScript Release Notes (From: Deivy Marck Petrescu <email@hidden>)

  • Prev by Date: Re: Snow Leopard AppleScript Release Notes
  • Next by Date: Re: Snow Leopard AppleScript Release Notes
  • Previous by thread: Re: Snow Leopard AppleScript Release Notes
  • Next by thread: Re: Snow Leopard AppleScript Release Notes
  • Index(es):
    • Date
    • Thread