Two strings can be combined to form a new string consisting of the strings joined together. It is represented by an ampersand (&).
Dim Google, BackInTime, HotTubTimeMachine as String Google = "Lougle" BackInTime = " is a better name." HotTubTimeMachine = Google & BackInTime
Didn't dim your variables...
ReplyDeleteYou get the idea...you gave me an 'F' for that? Really?
ReplyDelete