O
Olan Meier
Hi,
I like to define scope in a method to ensure that variables donøt get used
more than once, and that things are nicely disposed. I use the Using-keyword
most of the time - but what do one use if theres no logical way to do Using
(you can't say Using tmp as string=""). I do a "If True - End if" to make a
scope - but thats stupid. Whats the right way to do it?
Thanks
I like to define scope in a method to ensure that variables donøt get used
more than once, and that things are nicely disposed. I use the Using-keyword
most of the time - but what do one use if theres no logical way to do Using
(you can't say Using tmp as string=""). I do a "If True - End if" to make a
scope - but thats stupid. Whats the right way to do it?
Thanks