|
Browse by Tags
All Tags » wtf » VB (RSS)
-
I found this today while trying to delete unnecessary code in a program I am updating. (Yes, I knew there would be code that was never used because I have updated a lot of code for this company). Why was I deleting code? To make it cleaner? To make it easier to read? No, because I received the following...
-
I’ve heard people discourage using a ternary operator. But I’ve never seen anybody go out of their way to use it. Return IIF(UCase(Data.Web_enabled) = "Y", True, False)
Page 1 of 1 (2 items)
|
|
|