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
  • 311
    Views
  • 0
    Participant count
    Participants list
79,107Threads
2,187,637Messages
4,981Members
Back
Top