cancel
Showing results for 
Search instead for 
Did you mean: 

Macros: Concatenation of alphanumeric character strings in variables

Former Member
0 Kudos

Gurus,

I'm trying to concatenate two strings into a variable.

Example:

LAYOUTVARIABLE_SET( 'test1' ; 'abc' )

LAYOUTVARIABLE_SET( 'test2' ; LAYOUTVARIABLE( 'test1' ) + 'def' )

and test2 would then be 'abcdef'.

Obviously, the + sign is not a valid concatenation operator for strings, but I also cannot find a function that does that for me.

Any help greatly appreciated.

Thanks,

Uwe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can you try using the command STRINGS_CONCATENATE() ?

Former Member
0 Kudos

I don't know why I didn't see this function in the help file. Pretty much what I'm looking for; however, is there something without spaces?

Thanks,

Uwe

Answers (0)