Copying output of run window
Author |
Message |
isaiahk9
![](http://compsci.ca/v3/uploads/user_avatars/1465120414488e669e1f83a.jpg)
|
Posted: Fri Apr 25, 2008 6:34 am Post subject: Copying output of run window |
|
|
I am trying to write hundreds of line of repetitive code, and then I realized that the entire thing of code could be easily written by Turing with ten lines of code and a for loop. But, that means that I would have to be able to copy the text out of the run window, to paste it into Turing again, as the new code. It's basically Turing code writing itself. I thought it was clever (and preserves laziness) until I realized that I do not know how to copy text out of the run window. I know how to save the output as a picture, but I was wondering whether anyone knew how to either copy the text out of a run window or to save that text as a word file. If you know it's not possible, please respond that way I know if I'm in for many sleepless nights. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
jernst
![](http://compsci.ca/v3/uploads/user_avatars/72209151847d1934cdf8ad.jpg)
|
Posted: Fri Apr 25, 2008 7:35 am Post subject: Re: Copying output of run window |
|
|
I don't know how to copy from the output window because I've never used turing but you could write the output from your program to a text file and copy it from there... |
|
|
|
|
![](images/spacer.gif) |
cavetroll
![](http://compsci.ca/v3/uploads/user_avatars/9161761347fd5efa4f4b5.jpg)
|
Posted: Fri Apr 25, 2008 7:53 am Post subject: Re: Copying output of run window |
|
|
All you have to do is put the output window into 'text' mode. It defaults to 'graphics' mode so text is not able to be copied.
I think that is the right code. If not, it is something along those lines. |
|
|
|
|
![](images/spacer.gif) |
|
|