• 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
script editor wants to save an unchanged script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

script editor wants to save an unchanged script


  • Subject: script editor wants to save an unchanged script
  • From: "Donald S. Hall" <email@hidden>
  • Date: Wed, 21 Nov 2001 00:12:37 -0700

Hi again,

Can anyone tell why, after running the script below in the Script Editor, I
am always asked if I want to save the changes to the script even though I
have not made any changes? I thought it might be changing the tids (I want
the result to be a comma separated text list at the end of the script.), but
this doesn't seem to be the case.

--begin script -------------------
set {AppleScript's text item delimiters, oldTIDs} to {",", AppleScript's
text item delimiters}
tell application "Finder"
set proclist to name of every process whose visible is true
end tell
set proclist to proclist as text
set AppleScript's text item delimiters to oldTIDs
proclist
--end script ---------------------

Thanks,

Don
--
Donald S. Hall, Ph.D.
Apps & More Software Design, Inc.
http://www.theboss.net/appsmore
email@hidden


  • Follow-Ups:
    • Re: script editor wants to save an unchanged script
      • From: Mr Tea <email@hidden>
    • Re: script editor wants to save an unchanged script
      • From: Mr Tea <email@hidden>
    • Re: script editor wants to save an unchanged script
      • From: Andy Wylie <email@hidden>
  • Prev by Date: [OS X] Anyone scripted Internet Connect successfully?
  • Next by Date: Re: Maximum Idle time 86400 seconds???
  • Previous by thread: [OS X] Anyone scripted Internet Connect successfully?
  • Next by thread: Re: script editor wants to save an unchanged script
  • Index(es):
    • Date
    • Thread