S
Steve Long
Hello,
does anybody know if the built in support for the "Exit For" statement is
just a left over from earier versions of VB and therefore inefficient or if
it's truely a VB.NET language feature?
The reason I ask is because even though the "On Error Goto" statement is
still available in .NET, if you use it, it wraps a Try/Catch block around
each line of code in that routine from what I understand. If "Exit For" does
anything as inefficient as that, I certainly wouldn't want to use it.
Can someone in the know address this?
Thanks
Steve
does anybody know if the built in support for the "Exit For" statement is
just a left over from earier versions of VB and therefore inefficient or if
it's truely a VB.NET language feature?
The reason I ask is because even though the "On Error Goto" statement is
still available in .NET, if you use it, it wraps a Try/Catch block around
each line of code in that routine from what I understand. If "Exit For" does
anything as inefficient as that, I certainly wouldn't want to use it.
Can someone in the know address this?
Thanks
Steve