Re: OSX Applescript and remote applications?
Re: OSX Applescript and remote applications?
- Subject: Re: OSX Applescript and remote applications?
- From: Emmanuel <email@hidden>
- Date: Fri, 2 Nov 2001 15:16:09 +0100
At 11:02 +0100 1/11/01, Girard Iglesias wrote:
>
tell application "TextEdit" of machine "Coruscan"
>
make new document at the beginning of documents
>
end tell
>
>
When I check the syntax, the string "of machine "Coruscan"" disapear?
Maybe you can fool AppleScript and prevent it from understanding the "of
machine" at compile time: I would try "of machine ("Corus" & "can")"
instead.
Emmanuel