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: julifos <email@hidden>
- Date: Fri, 25 Apr 2003 17:18:29 +0200
>
I have a remark.
>
>
The user report that you posted says:
>
>
------------------------
>
Can't get item 1 thru -2 of [blah]
>
------------------------
>
>
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.
>
>
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.
>
------------------------
>
>
(no "of [blah]")
>
>
Now, maybe the report was just not accurate (it displays no "s" at "item").
>
>
Emmanuel
This user's report seems a quick summary. However, the other user includes
the entire error message in his report (though he has substituted the real
path):
###################
>
I got errror message like this :
>
"Can't get text items 1 thru -2 of
>
"user:file_folder:file.0"
###################
This error is in a different piece of code, but I think that both reports
direct to the same problem...
JJ
_______________________________________________
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.