Atomic scripts
Atomic scripts
- Subject: Atomic scripts
- From: Paul Skinner <email@hidden>
- Date: Tue, 6 Aug 2002 12:49:18 -0400
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"
--
Paul Skinner
_______________________________________________
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.