Skip to Content
0
Former Member
Feb 20, 2009 at 04:35 PM

Macros: Concatenation of alphanumeric character strings in variables

119 Views

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