MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Accessing the contents of the clipboard

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85225] Re: [mg85212] Accessing the contents of the clipboard
  • From: "Szabolcs HorvÃt" <szhorvat at gmail.com>
  • Date: Sat, 2 Feb 2008 23:30:18 -0500 (EST)
  • References: <200802020827.DAA16177@smc.vnet.net>

On Feb 2, 2008 8:36 PM, Yuri Kandrashkin <spinalgebra at gmail.com> wrote:
> Hi,
>
> I typically use the solution based on ClipboardNotebook:
>

Thank you for the reply!

> SelectionMove[ClipboardNotebook[], All, Notebook]
> SelectionMove[ClipboardNotebook[], All, CellContents]
> ToExpression[NotebookRead@ClipboardNotebook[], StandardForm, Hold]

Unfortunately this does not seem to work in Mathematica 6.


  • Prev by Date: Accessing the contents of the clipboard
  • Next by Date: Re: Accessing the contents of the clipboard
  • Previous by thread: Accessing the contents of the clipboard
  • Next by thread: Re: Accessing the contents of the clipboard