Archive for June 17th, 2007

Bothness

June 17, 2007
By SeanJA

Apparently numbers can be both odd and even… If IsNumeric(StreetNumberValue) Then If 2 Mod CType(StreetNumberValue, Integer) = 0 Then OddEven = "E" 'Even Else OddEven = "O" 'Odd End If Else OddEven = "B" 'Both End If As seen here: http://worsethanfailure.com/Articles/Odd-or-Even-or-Both.aspx Share and Enjoy:
Read more »

Posted in Programming, WTF | 3 Comments »