very simple question: what is the most easiest way to do the following
I have two variables
a=1;
b=2;
how do I make it that
c= a,b
so that c=12
I dont want to write
c=12;
because a and b change according to user input.
Thanks, this should be solved fast :) I dont really get what I should "search" for otherwise I would search instead of asking. (also the title is probably pretty bad but not sure what to call this :S)
Thanks