|
|
#1 |
|
Junior Member
Join Date: Sep 2002
Posts: 1
|
Can one add two strings?
Can I add 2 strings into one?
"A" + "B" ; = "AB" |
|
|
|
|
|
#2 |
|
Senior Member
|
StrCpy $0 "$0$1"
Read the docs for more info. |
|
|
|
|
|
#3 |
|
Senior Member
|
a+b
; $0='A'
; $1='B' StrCpy $0 '$0$1' ; $0='AB' |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|