• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AppleScript TID bug OS 10.2.5?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: AppleScript TID bug OS 10.2.5?
      • From: John Delacour <email@hidden>
  • Prev by Date: Re: calling a Classic osax from X
  • Next by Date: Re: calling a Classic osax from X
  • Previous by thread: Safari: auto enter password etc
  • Next by thread: Re: AppleScript TID bug OS 10.2.5?
  • Index(es):
    • Date
    • Thread