Re: AppleScript TID bug OS 10.2.5?
Re: AppleScript TID bug OS 10.2.5?
- Subject: Re: AppleScript TID bug OS 10.2.5?
- From: Michelle Steiner <email@hidden>
- Date: Fri, 25 Apr 2003 07:53:56 -0700
On Friday, April 25, 2003, at 07:27 AM, Emmanuel wrote:
Whereas if I try, say, "text items 1 thru 3 of "foo:bar"", I get:
------------------------
Can't get text items 1 thru 3 of [blah]
------------------------
Looks like AppleScript did not understand the "text item" term.
More than likely, you have text item delimiters set either to something
that other than "o" or "", because then there will fewer than three
text items. You can't get item 3 of a list consisting of only one or
two items.
On the other hand, if I run:
------------------------
string items 1 thru -2 of "foo:bar"
------------------------
I get a different error message:
------------------------
Can't get items 1 thru -2.
------------------------
"string items" does not make sense, so the code chokes on it.
--Michelle
--
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.