Match varialbes with case sensitivity.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Match varialbes with case sensitivity.
Neither Jeffrey nor Tony know which language we're using. Suspicious, no?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Match varialbes with case sensitivity.
Indeed Jacque, highly suspicious!
And now they are history.
And now they are history.
-
FourthWorld
- VIP Livecode Opensource Backer

- Posts: 10092
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Match varialbes with case sensitivity.
And the OP hasn't returned in over a year.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Match varialbes with case sensitivity.
Sounds like a good use-case for password management, to name one example.
However if managing passwords outside of the home environment, I'd recommend hashing (where case sensitivity is already taken into account) and if used over the net, hardened/industry standard security (like what I've done in viewtopic.php?f=143&t=40479) is strongly recommended.
Having said that, the actual use-case here is unknown.