Results 1 to 3 of 3

Thread: formatcurrency

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3

    Question

    I have a problem with formatcurrency

    I would like to have this:

    $ 34.00
    $ 4.50
    --------
    $ 38.50

    But if I use formatcurrency VB makes this:

    $34.00
    $4.50
    ------
    $38.50

    What can I do ???

    Please Help and I want to use currency becaus my currency can be change.



  2. #2
    Addicted Member
    Join Date
    Jun 2000
    Posts
    132

    Post code? eh?

    could u plz post the code?
    Reality is an illusion caused by by lack of drugs

    Is this real or am i just having a dream?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3
    Printer.CurrentX = 12.5
    Printer.CurrentY = 10
    Printer.Print FormatCurrency(bedragincl)

    Printer.CurrentX = 12.5
    Printer.CurrentY = 11
    Printer.Print FormatCurrency(bedrag_korting)

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