Results 1 to 3 of 3

Thread: Help String handling

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2010
    Posts
    9

    Question 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
    Last edited by RealName; Nov 2nd, 2010 at 04:45 PM. Reason: Solved

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
  •  



Click Here to Expand Forum to Full Width