Hi, In my opinion you should keep braces around single line if's . if (xxx) { yyy; } This will reduce the chance of error next time you add a statement to an if. --HPS