Archive: Case sensitive string comparision


Case sensitive string comparision
Hi all,

is there any way how to compare two strings case sensitively? I found strcmp function only, but this is not case sensitive comparision.

thanks,
Martin


You can use the LogicLib. See the example and the header file in your local NSIS directory.