Skip to content
⌘ NSIS Forum Archive

string concatenation

5 posts

aneta_trotineta#

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#
The function to replace string can be found in:
Davion#
Have a look at "Chapter 4\Instructions\String Manipulation Instructions" in the Documentation

There is a Reference about manipulating strings
bgosalci#
Another function for string replacment:
aneta_trotineta#
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.