Archive: string concatenation


string concatenation
hello,

i'm stuck with a problem, maybe there's a way to fix it. i need to work with strings and don't have functions for that. what i am looking for is replacing in strings and appending strings.
maybe there are functions already written or i have overlooked something in the help?

thanks.


The function to replace string can be found in:
http://nsis.sourceforge.net/archive/...php?pageid=519


Have a look at "Chapter 4\Instructions\String Manipulation Instructions" in the Documentation

There is a Reference about manipulating strings


Another function for string replacment:
http://nsis.sourceforge.net/archive/...php?pageid=256


thanks a lot.
i had missed the part from StrCpy where it says i can use more than one variable for input string.
the replacement functions are what i needed.