Programming: Case Insensitivity

Users who are viewing this thread

ssl

Banned
Messages
4,095
Reaction score
1
Tokenz
0.00z
Is there an easier algorithm than this?

Code:
If ((b Xor c) = 0) Or ((b Xor c) = 32) Then
    isSameLetter = True
End If
It seems so.. lethargic, for a lack of a better word description.
 
  • 0
    Replies
  • 305
    Views
  • 0
    Participant count
    Participants list
78,874Threads
2,185,387Messages
4,959Members
Back
Top