I want to be able to put in a word which can be either Title Case, Lower Case, Upper Case or whatever and still be recognised the same way when it is time compare the word to another.
So in my program I have hard-coded Visual Basic and if a user types in ViSuAl BaSiC it will still match provided the spelling is the same, of course.I know the ToUpper() and ToLower() commands but I don't think they would be used in a soultion. Could someone please point me in the right direction? Thanks.
![]()




.I know the ToUpper() and ToLower() commands but I don't think they would be used in a soultion. Could someone please point me in the right direction? Thanks.
I'm just kidding...
Reply With Quote