Page 1 of 1

Posible to do case insensitive compare?

Posted: Tue Oct 25, 2005 8:18 am
by zonique
Hi

Doing my install I need the user to type in some information into a textbox and then compare the text with some text from a text or from the registry, ignoring the case of the text.

Normally I would just convert both strings to lowercase, before comparing, but I dont see a command that?

Posted: Tue Oct 25, 2005 2:49 pm
by sinan
I believe you can use the Parse String command for this purpose. It has a flag that ignores case. So you could easily compare your strings.