Re: Atomic scripts
Re: Atomic scripts
- Subject: Re: Atomic scripts
- From: Rob Jorgensen <email@hidden>
- Date: Tue, 6 Aug 2002 13:02:34 -0400
On 8/6/02, Paul Skinner commented:
Have you ever wanted to avoid some OSAX intruding on your
script and quietly coercing things or the like? Do you hate all OSAX
even that darn 'Standard Additions'? If so, then get some
counseling. But if you just want to isolate a script from all
additions you can try this...
property parent : me
tell AppleScript--explicit direction still works.
display dialog "Hello World"
end tell
display dialog "Hello World"
If I remove the last line and then use Script Debugger's Manifest
feature, it still lists Standard Additions. Is this the behavior that
one should expect?
-- OS X 10.1.5 and SD 3.0.3
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.