aneta_trotineta
16th March 2005 10:08 UTC
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.
bgosalci
16th March 2005 10:11 UTC
The function to replace string can be found in:
http://nsis.sourceforge.net/archive/...php?pageid=519
Davion
16th March 2005 10:16 UTC
Have a look at "Chapter 4\Instructions\String Manipulation Instructions" in the Documentation
There is a Reference about manipulating strings
bgosalci
16th March 2005 10:18 UTC
Another function for string replacment:
http://nsis.sourceforge.net/archive/...php?pageid=256
aneta_trotineta
16th March 2005 10:44 UTC
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.