' Use the addition operator + Print x% + y% ' Prints 3
' Use the string concatenation operator + Print CStr(x%) + CStr(y%) ' Prints 12
See Also