-
Help String handling
hello mates
I was trying to convert from Double to String...and everything working fine..
but when i tried some bigger number with fractions in it...i got the number but rounded...
I tried somthing like that:
Code:
Dim dd As Double = 1235212435.3453636
Dim str As String = dd
MsgBox(str)
but what i got is 1235212435.34536 instead of 1235212435.3453636
i searched the forum i found nothing helpfull... so if any one knows anything about it I would be great-full... thx in advance guys
-
Re: Help String handling
Solved ...never mind guys sorry for bothering
-
Re: Help String handling
That was easy.
By the way, how about posting your solution. That way, if anybody else has the same question, they will find your thread to be sufficient for an answer.