Lars Knoll wrote: >>Yup. Hit this twice. Each time I took moved the variable declaration out of >>the for initalization. > > There's a better way: > > #define for if(0){}else for > > gives you correct scoping on VC++. Oh, sweet. I'll pop this in. I like things that I can just add to a header file. Thank you. Alan Gutierrez