Eric Christopher wrote: > OK with one question: > > Why are you going through and changing instances of: > > var++ to ++var? It standardizes the file on one style, currently it's a mixture of foo++; ++bar; Otherwise it's an purely optional change, I can leave it out if you don't like it. Thiemo