Is different code produce by the compiler for "return n" and "return(n)" ? How about "if (x>1 && y<2)" and "if ((x>1) && (y<2))" ? Do unnecessary parenthesis generate more code ? Dave Hammond UUCP: ...!marob!daveh --------------------------------