D
David
I've always been in a hurry to write programs and I always end up writing
alot of variables at the module level. Stuff that only needs to be in a
procedure I will only define in a procedure but if several procedures need
access to those variables that is when they end up at the top of my module.
I am fairly new to .net coming from VB6.
thanks for any suggestions.
alot of variables at the module level. Stuff that only needs to be in a
procedure I will only define in a procedure but if several procedures need
access to those variables that is when they end up at the top of my module.
I am fairly new to .net coming from VB6.
thanks for any suggestions.