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_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   writeBytes
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: writeBytes  (Read 348 times)
flight404

WWW Email
writeBytes
« on: Jun 22nd, 2003, 9:59pm »

I cannot get this to work.  Is this not functional in the v55 build?  I am looking to save an array of mouse x positions and y positions to a file so that I can integrate it into a different movie.  I figured writeBytes would be the best way.
 
But, it says Cannot find method.
 
 
REAS


WWW
Re: writeBytes
« Reply #1 on: Jun 23rd, 2003, 12:02pm »

my mistake. it's actually not there yet.
but when it is, it will be called saveBytes().
it will be implemented for beta, but i'm not sure the date it will be finished. i'll reflect this on the reference page.
 
for now, you can use println() to output the numbers to the default file "stdout.txt" within the "lib" directory of processing. this file is flushed every time the application starts, so just change the name before restarting.
 
fry


WWW
Re: writeBytes
« Reply #2 on: Jun 24th, 2003, 8:26pm »

saveBytes and saveStrings will be in 56.. maybe this week?
 
fry


WWW
Re: writeBytes
« Reply #3 on: Jul 29th, 2003, 7:49pm »

and by that i mean saveBytes and saveStrings will be in 57.
 
(the code is actually in there now)
 
Pages: 1 

« Previous topic | Next topic »