FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Software Suggestions
(Moderator: fry)
   Copying text from the text window
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Copying text from the text window  (Read 252 times)
Andrew Macfarlane
Guest
Email
Copying text from the text window
« on: Nov 7th, 2003, 12:19am »

This would be handy for those of us simpleminds - if you could  
copy text out of the window - I was trying to implement a simple
program that would let me draw a shape intuitively and then
copy the drawing code into a different program.  perhaps there's
a simple way, but please advise.
 
Thanks
 
Andrew
 
benelek

35160983516098 WWW Email
Re: Copying text from the text window
« Reply #1 on: Nov 7th, 2003, 7:18am »

if you mean that you want to be able to copy parameters you create while using one of your sketches, then you can use println() to put it into the console from which you can copy. if you want to add a level of sophistication, you can write the parameters to a text file, but unless there're a lot of parameters println is the easiest way
 
Pages: 1 

« Previous topic | Next topic »