Jue.Wang2 at sanofi-aventis.com wrote: > What is the correct form to write statement meaning: > > if (a==1) {b=2; c=3}; else {b=0; c=0}; > if (a==1) {b=2; c=3} else {b=0; c=0}; Jim