When comparing strings, in an "if" statement, is there a way to make it not case sensitive?
-tony
Printable View
When comparing strings, in an "if" statement, is there a way to make it not case sensitive?
-tony
Wrap each string in lcase() or ucase().
I'm sorry i'm retarted, i can jsut convert them all to lowercase in the comparison. My appologies if you wasted your time reading this.
-tony
Thanks, clearly, i'm also slow.
No prob...