Re: Exception handling and loitering references
Posted By:
Bozidar_Dangubic
Posted On:
Monday, April 1, 2002 10:11 AM
not really. it is a good programming practice to declare your variables outside loops and try-catch blocks anyways. so declare them outside and use them inside if you want. you will not allocate any memory if you provide a simple declaration outside the loops and try-catch blocks and it will solve the problem you are currently having.