|  | 
 
  
    | 
      
        |  Author | Topic: netEvent() reference  (Read 268 times) |  |  
  
    | 
      
        | 
          
            | senior 
 
      
 | 
              
                | 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 
 
   
 | 
              
                | Re: netEvent() reference « Reply #1 on: Aug 6th, 2003, 7:51am »
 |  |  Thanks. It's fixed now.
 |  
            |  |  |  |  
 |