AppleScript TID bug OS 10.2.5?
AppleScript TID bug OS 10.2.5?
- Subject: AppleScript TID bug OS 10.2.5?
- From: julifos <email@hidden>
- Date: Thu, 24 Apr 2003 12:52:23 +0200
Hi all!
No problems here, but some of my users have been getting a persistent error
with TIDs. This is the kind of error they get:
#####################################
Can't get text items 1 thru -2 of "path:to:file"
#####################################
Which may be result of anything such as:
#####################################
set thisFile to alias "path:to:file"
set AppleScript's text item delimiters to ":"
set folder_ to text items 1 thru -2 of (thisFile as text) & "" as text
set file_ to text item -1 of (thisFile as text)
set AppleScript's text item delimiters to {""}
#####################################
Seems that some of them have recently upgraded their OS to 10.2.5, and they
have also problems with other applescript-based applications...
Any ideas on this?
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.