Results 1 to 3 of 3

Thread: Help String handling

  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

  2. #2

    Thread Starter
    New Member
    Join Date
    Aug 2010
    Posts
    9

    Re: Help String handling

    Solved ...never mind guys sorry for bothering

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,988

    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.
    My usual boring signature: Nothing

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