AppleScript Tutorial Wiki
Advertisement
The Clipboard
Title The Clipboard
Released
Dictionary Standard Additions
Suite Clipboard Commands
Parameters 1

The Clipboard is a Command in the Clipboard Commands Suite of the Standard Additions Dictionary.

Parameters[]

the clipboardv : Return the contents of an application’s clipboard. Use in a ‘tell’ block after activating the application.

the clipboard
  • [as type class] : the type of data desired.
→ any : the data.
Advertisement