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
  • 310
    Views
  • 0
    Participant count
    Participants list
79,083Threads
2,187,499Messages
4,980Members
Back
Top