Administrator
VB.NET Forum Admin
- Joined
- Jun 3, 2004
- Messages
- 1,462
- Programming Experience
- 10+
I can't seem to ever find a reason to use "AND" or "OR" ever again. When would someone want to use this over "AndAlso" or "OrElse" comparisons? I realize backwards code but if I'm writing in .NET 4 for example, AND should automatically be AndAlso IMHO.