variable application names in "tell application" statement
variable application names in "tell application" statement
- Subject: variable application names in "tell application" statement
- From: Gabriel Ricard <email@hidden>
- Date: Tue, 22 Jan 2002 12:24:09 -0500
Why doesn't is seem to be possible to do this:
set theApplication to "
http://127.0.0.1/xmlrpcapp.cgi"
tell application theApplication
set returnValue to call xmlrpc {method name:theMethod,
parameters:parameter1}
end tell
Is there any way to use the contents of a variable for the application
name?
- Gabriel