String Concatenation - Forum

Forum Navigation
You need to log in to create posts and topics.

String Concatenation

How can i write a code that concatenate 2 strings?

SetVar [myFirstStr]  "My first string"

SetVar [mySecondStr]  "My second string"

 

Can i write something like

SetVar [myStr] ([myFirstStr] + [mySecondStr])?

or

should i use a function (like in Delphi)

StrConcat ([myFirstStr] [mySecond])  ?

 

@tactisoft please use this:

SetVar [myStr] "[myFirstStr] [mySecondStr]"

Regards.

Muchas gracias

Open chat
1
Do you need more info?
Hi, do you have any doubt?