[question] How do I change the case of variable
Hello
Regardless of what size the letters are written that I wanted to get a variable with block letters
How?
Regards.
Archive: [question] How do I change the case of variable
[question] How do I change the case of variable
Hello
Regardless of what size the letters are written that I wanted to get a variable with block letters
How?
Regards.
Try StrFilter, part of the WordFunc header, appendix E of NSIS help file.
Or you can use the ${StrCase} function, part of the StrFunc header. (See your NSIS docs folder for the documentation.).