MathGroup Archive 2010

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

Search the Archive

Push to clipboard?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110165] Push to clipboard?
  • From: István Zachar <zac at freemail.hu>
  • Date: Sat, 5 Jun 2010 07:31:53 -0400 (EDT)

Dear Group,

is there any programmatical way to push an expression to the
clipboard? I would like to have a button which sends a variable to the
clipboard without opening a new notebook, or without selecting
anything, much like this hypothetical code would do:

var = "this text has been copied"
Button["Copy to clipboard", copy[var]]

Of course the question is what to write in place of the copy function.
Any idea?

Istvan


  • Prev by Date: Re: Big memory needed
  • Next by Date: Re: DateListPlot (Margins? or something?)
  • Previous by thread: Re: Symbolic integrals simplification
  • Next by thread: Re: Push to clipboard?