Re: (resend)
Re: (resend)
- Subject: Re: (resend)
- From: Shane Stanley <email@hidden>
- Date: Tue, 30 Mar 2010 15:36:45 +1100
- Thread-topic: (resend)
On 30/3/10 3:18 PM, "Alex Zavatone" <email@hidden> wrote:
> According to Chris Nebel from AppleScript Engineering, IF Applescript treats
> each space as another word or each - or each :, then this is incorrect
> functionality
No, you're misreading him (or I'm misreading you). Words and text items are
totally unrelated -- it doesn't matter what text item delimiters is set to,
the definition of what is a word is set elsewhere. Text item delimiters set
the delimiters for *text items", not words.
If you ask for *words*, runs of spaces should be treated as a single word
delimiter. If you ask for *text items*, and the text item delimiter is set
to a single space, then you shouldn't get the same result.
> Here we have the - sign being used as a word delimiter even when we instructed
it not to.
No you didn't -- you have no control over word delimiters (other than
changing languages).
--
Shane Stanley <email@hidden>
AppleScript Pro, April 2010, Florida <http://www.applescriptpro.com>
_______________________________________________
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: (resend) (From: Alex Zavatone <email@hidden>) |