Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issues clearing the _Clipboard
#5
Thank you mpgcan, that worked!

I swear that I used to assign the clipboard to a null string in the past and it worked.  I was ALMOST sure of it...but that was not good enough for me.

Being a person that cannot leave my memory to 'well I thought, but I guess not' I set out on a journey and I had to get my answer.  Soooo I dug up old versions of the compiler that I have and tried it.  I used the following program:

Code: (Select All)

_Clipboard$ = "it did not work"
_Clipboard$ = ""
a$ = _Clipboard$
If a$ = "" Then Print "IT WORKED!" Else Print a$


qb64.exe v1.5 worked

qb64pe.exe v3.0.0 worked
qb64pe.exe v3.4.0 worked
qb64pe.exe v3.11.0 worked

qb64pe.exe v3.13.1  Did not work

HA!  So my memory is correct and I'm not second guessing myself (or am I...?).  Somewhere between v3.11.0 and v3.13.1 this bug was introduced...err...feature was added.
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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Clearing the mouse and keyboard buffers Donald Foster 1 620 03-09-2024, 07:47 AM
Last Post: a740g
  Running QB64 on a Raspberry PI (And known issues) George McGinn 10 3,980 09-06-2023, 02:20 PM
Last Post: moon cresta
Information I have issues with Github mnrvovrfc 0 536 11-10-2022, 11:35 PM
Last Post: mnrvovrfc
  Floating Point issues finally SOLVED! Pete 3 1,022 04-21-2022, 10:58 PM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)