Program wide case insensitiveness

  • Thread starter Thread starter Nicolas
  • Start date Start date
N

Nicolas

Hi,

Is it possible to activate a global flag or something that would enable
any string comparison to act case insensitive ? (i.e. in switch clause,
Hashtable access... or simply ==)

Thanks.
 
Is it possible to activate a global flag or something that would enable
any string comparison to act case insensitive ?

No, there's no such global flag.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top