tell app <script> to handler(a,b) doesn't work
tell app <script> to handler(a,b) doesn't work
- Subject: tell app <script> to handler(a,b) doesn't work
- From: christian vick <email@hidden>
- Date: Tue, 22 Oct 2002 17:11:55 +0200
From a script i try to call another script's handler with parameters:
tell app MyScriptApp to doSomething(a,b)
This errors with: "MyScriptApp got an error: some object doesn't match the
parameters {} for ." The parameters do match, of course.
If i call a handler with a single parameter it errors in:
"MyScriptApp got an error: The variable some object is not defined."
If i call a handler without parameters it works:
tell app MyScriptApp to doSomething()
Has anyone better results?
OS 10.2.1
AS 1.9
Greetings
Christian Vick
_______________________________________________
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.