Title: Re: Make the contents of the output window copy-able to the clipboard?
Post by: GTC on May 17, 2019, 10:52:44 am
Thanks. I guess I was looking for an every time solution to when I run some quick and dirty code to test a something and like the output.
_CLIPBOARD$ is probably the thing, as long as I remember to include it.
Title: Re: Make the contents of the output window copy-able to the clipboard?
Post by: Jack002 on May 22, 2019, 04:46:31 pm
You need to copy from a DOS screen? I assume windows 10? I do this. Click the upper left corner then do edit, mark drag your mouse over the text press enter Now the text is copied to your keyboard buffer
Title: Re: Make the contents of the output window copy-able to the clipboard?
Post by: Pete on May 22, 2019, 04:56:18 pm
Rats! ChezPete beat me to the punch again! Hey, I'm going to start spiking that punch from now on! All great methods, nothing to add but the funny. It's really neat how versatile this language is.
@Jack: Yes, that's old school. We used that method to copy programming text into the QBasic IDE, too. It was slow, though. It did like a simulated typing, instead of just dumping it all in and being done with t. Still, it was better than typing in a screen or so of code.