I'd like to combine 6 variables that are of different types in my view...I thought the concatenation '+' will work but I get an error when I use it. I'd like the end result to be like this:
var1 var2 var3 var4 (var5 var6)
How do I go about this?