Re: text item delimiters
Re: text item delimiters
- Subject: Re: text item delimiters
- From: David Andrews <email@hidden>
- Date: Sun, 31 Oct 2004 23:13:57 -0500
Thanks Kai,
I think what I was poking at is that there appears to be but one item.
Now I see that that does appear to be the case, but what you call it
depends on where you are coming from, the safest being some form of
"text item delimiters of AppleScript" (for maximum effect).
Yea, and your [2] was done without any text item delimiters of
AppleScript! (I just had to try it.)
On Oct 31, 2004, at 4:07 PM, kai wrote:
[snip]
[2] Nine lives:
------------------
tell {"More than one way to skin a cat", {}}
repeat with i in first item's {text -3 thru -1, word 8, text 29 thru
31, word -1, text from word -1 to -1, last word, text from last word
to end, last item of words, text end thru -3}
set end of second item to i's contents
end repeat
last item
end tell
--> {"cat", "cat", "cat", "cat", "cat", "cat", "cat", "cat", "cat"}
------------------
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden