Not able to add the number variables

the problem is …
i am getting a number value from XML and storing into a Number variable
and when i tried to add this value with another one, its doing concatination…
is there any data type conversion problem with that?
I resolved the string values broblem by using toString();
is there any solution to make it add…