script editor wants to save an unchanged script
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