setting the clipboard
Oleg Broytmann
phd at phd.pp.ru
Mon Oct 29 09:59:44 EST 2001
More information about the Python-list mailing list
Mon Oct 29 09:59:44 EST 2001
- Previous message (by thread): setting the clipboard
- Next message (by thread): Parsing using dtd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Oct 29, 2001 at 02:50:26PM +0000, Dale Strickland-Clark wrote:
> This puts the text in 'spam' on the clipboard:
> win32clipboard.SetClipboardText(spam)
No, this put the value of the variable "spam".
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.
- Previous message (by thread): setting the clipboard
- Next message (by thread): Parsing using dtd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list