Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issues clearing the _Clipboard
#1
I cannot clear the clipboard.  I have tried:

_Clipboard$ = ""

The clipboard stays the same.  Thinking that the code behind this command might be a tad picky I tried:

a$ = ""
_Clipboard$ = a$

Nope again...clipboard is still the same.

Is this a bug?  I am using version 3.14.0, but I did not see this in the change log for 3.14.1 so I did not try it there.

The following prints "ON THE CLIPBOARD" both times:

Code: (Select All)
a$ = "ON THE CLIPBOARD"
_Clipboard$ = a$
Print _Clipboard$
_Clipboard$ = ""
Print _Clipboard$


The out put is:
ON THE CLIPBOARD
ON THE CLIPBOARD


hmmm...
Reply


Messages In This Thread
Issues clearing the _Clipboard - by dano - 09-21-2024, 09:33 PM
RE: Issues clearing the _Clipboard - by SMcNeill - 09-21-2024, 09:37 PM
RE: Issues clearing the _Clipboard - by dano - 09-21-2024, 09:51 PM
RE: Issues clearing the _Clipboard - by mpgcan - 09-22-2024, 10:17 AM
RE: Issues clearing the _Clipboard - by dano - 09-22-2024, 11:29 AM
RE: Issues clearing the _Clipboard - by a740g - 09-22-2024, 12:02 PM
RE: Issues clearing the _Clipboard - by doppler - 09-22-2024, 01:05 PM



Users browsing this thread: 1 Guest(s)