How do I concatenate 2 strings in NSIS?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||
|
|
|
If you want to concatenate using the same variable you can do something like this:
output is "ABC123" |
||||
|
|