Archive: Converting a string to Uppercase


Converting a string to Uppercase
Is there an easy way to take a user entered string and change it to uppercase?

The string is reading properly etc etc, but im converting it to MD5 and it needs to be completely uppercase before its converted.


Thanks,
Ryan


The NSIS Users Manual describes how to change a string to uppercase:

http://nsis.sourceforge.net/Docs/AppendixE.html#E.3.14


Yea I got it, thanks. I just need to append my search on google and I found the right thing.

StrFilter ftw.


You can use StrFilter from the Word Functions Header (WordFunc.nsh).
See chapter E.3.14 from the NSIS manual.


Sorry, I was too late...