|
|
|
|
#1 | |||||||||||||||||||||||
|
Hall of Famer
Join Date: Oct 2002
Location: Halifax, Canada
Posts: 3,330
|
Your functional equivalent is correct, and my refers to the script itself, usually meaning that AppleScript, Standard Additions, or a Scripting Addition should do it, not a tell block in which the command is embedded: Code:
tell application "Finder" set someThing to my Handler(arguments) end tell on Handler(arg) -- do stuff the Finder doesn't know about end Handler
__________________
PPC dual-core G5/2.3, OS X 10.5.8; 17" MBP Core 2 Duo/2.6, OS X 10.6.2; VMWare Fusion->Win XP |
|||||||||||||||||||||||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|