Hi,

I want to type my name as richard, RICHARD, RiChArD etc... and still continue.
At the moment I use the code..

if txtInput.text = "Richard" or txtInput = "richard" or txtInput = "RiChArD" etc...

is there an easy way of doing this or do I have to cover every possible way of typing the name???

Thanks