Handler trouble
Handler trouble
- Subject: Handler trouble
- From: Mátyás Ferenc Farkas <email@hidden>
- Date: Tue, 20 May 2003 10:37:15 +0200
Hi!
I have a problem with handlers, when put a tell app "" in there.
--
tell application "Finder"
set x to 2
set y to 3
theHandler(x, y)
end tell
to theHandler(x, y)
display dialog (x as string) & y as string
end theHandler
--
What modification has to be done to work correctly?
Thanks a lot!
Matyas Ferenc Farkas
_______________________________________________
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.