Results 1 to 5 of 5

Thread: Working With Numbers... {Resolved}

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Working With Numbers... {Resolved}

    Ok what I am trying to do is show 2 decimal places...

    For Example:

    1.20 not 1.2 --- Below is my Code... can anyone help me here?



    Dim Amount As Double

    Amount = 1.20

    'Display Amount
    lblAmount.Text = "$" + Amount.ToString()
    Last edited by Anjari; Mar 2nd, 2003 at 07:56 PM.

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