Like CodeBetter.Com? Get more Stuff you need to Code Better at
Devlicio.Us
Browse by Tags
Sorry, but there are no more tags available to filter with.
-
So a co-worker (Scott H.) sent me some code that is purely fictional (but a sick part of me wishes I had actually found it in the wild). Here's the code - Public Function IsNotFalse( ByRef Value As Boolean ) As Boolean IsNotFalse = False If Value = True Then IsNotFalse = True Else IsNotFalse = False...
Page 1 of 1 (1 items)