In article <17112 at crdgw1.crd.ge.com> volpe at camelback.crd.ge.com (Christopher R Volpe) writes: >Just wanted to point out that "x += 1" cannot be condensed to "x++", but >rather to "++x". In a general expression context that is true, but in the specific example x++; either form would be equivalent.