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_
   Bugs
   Website, Reference, Example Bugs
(Moderator: REAS)
   splitFloats
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: splitFloats  (Read 323 times)
elout

12747371274737 WWW
splitFloats
« on: Sep 17th, 2003, 4:13pm »

http://proce55ing.net/reference/splitFloats_.html
 
String numbers = "8.67 5.309 1.334";  
-> float list[] = splitInts(numbers);  
 
should be;
float list[] = splitFloats(numbers);  
 
REAS


WWW
Re: splitFloats
« Reply #1 on: Sep 21st, 2003, 11:48pm »

thank you very much for spotting this. it will be updated for the next release.
 
Pages: 1 

« Previous topic | Next topic »