Ok so I have a textbox with the variable name "Var_box" and I want the text to be the variable Var1Var2.
So for example:
Var1 = User
Var2 = George
UserGeorge = "My name is george"
So then Var_box would write "My name is george"
You obviously cant say Var_box = Var1 + Var2 otherwise Var_box would write "UserGeorge" not "My name is george".
Any ideas what to do?





Reply With Quote



