Re: Running a script in both OS 9 and 10
Re: Running a script in both OS 9 and 10
- Subject: Re: Running a script in both OS 9 and 10
- From: Michelle Steiner <email@hidden>
- Date: Tue, 27 Jan 2004 09:43:46 -0700
On Jan 27, 2004, at 5:20 AM, Rob Stavis wrote:
If I run this script:
tell application "Finder"
get name of processes
end tell
I get:
AppleScript Error
The variable processes is not defined.
It works for me in OS 10.3.2
I found that when such an error happens, I can fix it by deleting the
entire line of code, including the carriage return at the end, and then
retyping (not cutting/copying and pasting) it from scratch. It's as if
a control character or other invisible character got inserted somewhere
in the line.
-- Michelle
--
Grandparents and grandchildren are natural allies.
They share the same enemies.
_______________________________________________
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.