& operator (SDL script)
This operator concatenates two strings. Each string must be enclosed in parentheses.
In this example, the strFullPath variable is set to the concatenation of the strPath and strFilename variables.
%setvar "strFullPath" = (%getlocalvar "strPath") & (%getlocalvar "strFilename")