How can I empty the clipboard?
Ken Ray
kray at sonsothunder.com
Sun Nov 17 09:55:01 EST 2002
Try this:
on mouseUp
select empty
cut
end mouseUp
That should clear the clipboard...
Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
----- Original Message -----
From: "Andre Rombauts" <andre.rombauts at win.be>
To: "revolution" <use-revolution at lists.runrev.com>
Sent: Sunday, November 17, 2002 10:26 AM
Subject: How can I empty the clipboard?
If I use:
on mouseUp
put empty into field "Dummy"
select the text of field "Dummy"
copy
end mouseUp
The clipboard is not emptied because no text was selected since the field
Dummy is empty... So how do I proceed?...
Andr Rombauts
More information about the use-livecode
mailing list