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:
but what i got is 1235212435.34536 instead of 1235212435.3453636Code:Dim dd As Double = 1235212435.3453636 Dim str As String = dd MsgBox(str)
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




Reply With Quote
