|
-
Jul 28th, 2011, 08:22 PM
#1
Thread Starter
Junior Member
[RESOLVED] How to store 40 digit number
Can i add, subtract, times, divide 40 digit number to 40 digit number ...
example:
dim a as double = 1111111111111111111111111111111111111
dim b as double = 1111111111111111111111111111111111111
dim c as double
c = a + b
msgbox(c)
output: 1.11122222222222E+28
is there a way to get the acurate answer???? plz help ...
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|