Re: passing data
Re: passing data
- Subject: Re: passing data
- From: Luther Fuller <email@hidden>
- Date: Tue, 01 Mar 2011 07:49:47 -0600
On Feb 28, 2011, at 8:24 PM, louie wrote: Hi all, I am passing data between two apple script applications using files. Is there a better way to do this.
You might be able to do this ...
set applB to ...... as alias
launch application applB tell application applB set response to nameOfHandler(someData) end tell -- nameOfHandler is a handler within application B.
On the other hand, your situation may be more complicated. Is application B already running or idling? If so, then this may not work.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden