05-08-2015, 09:51 AM
Hi,
I wanted to add a small remark:
Break is VB code, the equivalent in VB.NET is Exit
In this case it would be Exit For, but you can use it in a lot of situations:
I wanted to add a small remark:
Break is VB code, the equivalent in VB.NET is Exit
In this case it would be Exit For, but you can use it in a lot of situations:
- Exit For
- Exit Do
- Exit While
- Exit Function
- Exit Sub