[Serusers] Is This Syntax Legal In ser.cfg??

Java Rockx javarockx at yahoo.com
Wed Jan 26 13:45:17 CET 2005


Hi All.

Is this allowed in ser.cfg and if so, what causes route(1) to evaluate true or false?


route {

   if (route(1)) {

     .. do something

   } else {

     .. do something else

   };
}

route[1] {

   if (some_condition) {

      setflag(xx);

   } else {

      break;

   };
}



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail




More information about the sr-users mailing list