Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 30th September 2002, 10:49   #1
thorvald
Junior Member
 
Join Date: Sep 2002
Posts: 1
Can one add two strings?

Can I add 2 strings into one?

"A" + "B" ; = "AB"
thorvald is offline   Reply With Quote
Old 30th September 2002, 11:56   #2
rainwater
Senior Member
 
Join Date: Aug 2000
Posts: 396
Send a message via ICQ to rainwater
StrCpy $0 "$0$1"

Read the docs for more info.
rainwater is offline   Reply With Quote
Old 30th September 2002, 12:00   #3
brainsucker
Senior Member
 
brainsucker's Avatar
 
Join Date: Sep 2002
Location: Minsk, Belarus
Posts: 190
Send a message via ICQ to brainsucker
a+b

; $0='A'
; $1='B'
StrCpy $0 '$0$1'
; $0='AB'
brainsucker is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump