Re: AppleScript with FileMaker
Re: AppleScript with FileMaker
- Subject: Re: AppleScript with FileMaker
- From: Jim Weisbin <email@hidden>
- Date: Mon, 25 Jun 2018 17:34:21 -0400
> On Jun 25, 2018, at 1:24 PM, David Crowe <email@hidden> wrote:
>
> "tell application \"" & g::FileMakerType & "\" to tell layout \"g\"¶
> tell first record¶
> set cell \"ScriptResult\" to path to documents folder as string¶
> end¶
> end tell”
All these years I’ve been writing it like this:
"tell application \"" & g::FileMakerType & "\" to tell layout \"g\” & ¶ &
"tell first record” & ¶ &
" set cell \"ScriptResult\" to path to documents folder as string” & ¶ &
“ end” & ¶ &
"end tell”
I must have seen that form somewhere and I just never thought to do it
otherwise.
Doh.
Jim Weisbin | C.T.O. | Human | Post Human | 27 West 20th Street | Suite 801 |
New York, NY | 10011 | (212) 352-0211 | (917) 375-2272 | 2046 Broadway |
Santa Monica, CA | 90404 | (310) 264-0211 telephone | www.humanworldwide.com
<http://www.humanworldwide.com/>
Click here <http://www.humanworldwide.com/#commercials> to view our online reel
_______________________________________________
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