Bilbo_Baggins_Esq
Registered User.
- Local time
- Today, 06:55
- Joined
- Jul 5, 2007
- Messages
- 586
I've tried searching around, but either I'm not using the correct words, or it does not exisit, or is burried too deep for me to find it.
Is there a way to force validation of a variable down to the case level of the letters?
Such as what would be used for passwords?
Capture a string value from a table
Compare it against the value of a field in a form
Even if it has the same text but different case for some or all of the letters, a basic comparrison will say they are the same.
I need to force a fully case sensitive match.
Any help?
Is there a way to force validation of a variable down to the case level of the letters?
Such as what would be used for passwords?
Capture a string value from a table
Compare it against the value of a field in a form
Even if it has the same text but different case for some or all of the letters, a basic comparrison will say they are the same.
I need to force a fully case sensitive match.
Any help?