Because of how the define macros that I'm using. I want the define to be able to declare both variables, and if it scopes within the define, it screws up that consistency of scoping in the source code... Unless I created an end macro, which I'd prefer not to.

I wasn't sure there was a way to do what I was trying, but hoping I wasn't aware of it.