/build/static/layout/Breadcrumb_cap_w.png

Compare 2 paths without being "case sensitive"

Hello,

In a VBScript, I would like to compare 2 strings. These strings are paths of differents installs. I would like to compare the path, because it could be the same. The problem is that these paths can be the same, but the string doesn't, because of case problem... and VBScript seems to be case-sensitive.

I would like to disable it, can I do that ? (Or do something else which could help me)

0 Comments   [ + ] Show comments

Answers (3)

Posted by: AngelD 18 years ago
Red Belt
0
You could use:
if ucase(<string>) = ucase(<string2>) then
Posted by: babric 18 years ago
Senior Purple Belt
0
... I should really learn VbScript :-)

Thanks !
Posted by: AngelD 18 years ago
Red Belt
0
You're welcome :)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ