Re: [ROOT] continue statement in interpreted code??

From: Mike Kordosky (kordosky@mail.hep.utexas.edu)
Date: Fri Aug 17 2001 - 00:28:49 MEST


Hi Rene,

There was a "bug" in my bug report!  The macro works if you comment out
the body of the statement:

                if(result < 50){
                      i++;
                      continue;
                }
eg:

                if(result < 50){
//                      i++;
//                      continue;
                }



Sorry about that!

Mike Kordosky

-- 
Graduate Research Assistant  // High Energy Physics Lab
kordosky@hep.utexas.edu     // University of Texas at Austin
kordosky@fnal.gov	   //
ph: (512) 471-8426 (RLM Lab, Office)
    (512) 475-8673 (ENS Lab)



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:57 MET