rcastaneda
MIS
Is it possible to concactenate two strings and then wrap the new string with quotes?
Ex.
string1 = "Today is"
string2 = "Friday"
string3 = string1 & string2 and then take the text in string 3 and wrap it in quotes so that the output from string 3 is "Today is Friday"
I swear I seen it before, and I've been racking my brains trying to figure it out. If anyone can give me a hand I'd appreciate it.
Ex.
string1 = "Today is"
string2 = "Friday"
string3 = string1 & string2 and then take the text in string 3 and wrap it in quotes so that the output from string 3 is "Today is Friday"
I swear I seen it before, and I've been racking my brains trying to figure it out. If anyone can give me a hand I'd appreciate it.