Re: FileMaker Pro, repeating fields and pasting from Clipboard
Re: FileMaker Pro, repeating fields and pasting from Clipboard
- Subject: Re: FileMaker Pro, repeating fields and pasting from Clipboard
- From: "Bob.Kalbaugh" <email@hidden>
- Date: Wed, 05 Sep 2001 13:17:28 -0500
on 9/5/01 1:09 PM, I wrote:
>
set theVariable to the clipboard as string
>
This is in Standard Additions. I don't know if it works within a
>
tell "FMP" block.
>
Actually it should be inside a tell "FMP" Block
A quick check of the Standard Additions Dictionary...
Clipboard Commands: Access to the Clipboard in applications
the clipboard: Return the contents of an application9s clipboard. Use in a
tell9 block after activating the application
the clipboard
[as type class] -- the type of data desired
Result: anything -- the data from its clipboard
_bk