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