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
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   netEvent() reference
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: netEvent() reference  (Read 268 times)
senior

89237688923768 WWW
netEvent() reference
« on: Jun 17th, 2003, 4:46pm »

On the netEvent() page at http://www.proce55ing.net/reference/netEvent_.html there is a syntax error. The line:
 
val = parseInt(net);
 
should read:
 
val = Integer.parseInt(net);
 
This may just be a problem with p5_0055, does it require an explicit class reference now?
 
-robin
 
REAS

WWW
Re: netEvent() reference
« Reply #1 on: Aug 6th, 2003, 7:51am »

Thanks. It's fixed now.
 
Pages: 1 

« Previous topic | Next topic »