I am using Visual Basic 2005, and I am new in VB, so I had to do something like factorial of the number, and I did that part but sometimes it gives me numbers like this one 1.1684908531676833E+021, as you can see there is an "E" (sorry about my english as I dont know how do you call this in english, may be exponent!!!!) and when I want to add another number to the first one VB is giving me an error. Example
X = 1.1684908531676833E+021
Y = 70
when I try this
x+y it is giving me the error, and I think the "E" is the problem, can soemone telling me how can I fix this, hope u understood me??
Thanx in advance
Luca Bertone

