Results 1 to 7 of 7

Thread: [RESOLVED] Code Help

Hybrid View

  1. #1

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Code Help

    Another way would be

    vb Code:
    1. curtotal = FormatNumber((((curftotal + curstotal + curbtotal) * sngtax) + (curftotal + curstotal + curbtotal)),2)
    where 2 is the number of decimal places you want.

    BTW it's better to use [highlight=vb][/highlight] tags when posting code. Then to get around the problem with copy/paste of code formatted that way you can use the app you can download from the Copy/Paste VB Code link in my signature.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    99

    Re: Code Help

    [QUOTE=MartinLiss]Another way would be

    vb Code:
    1. curtotal = FormatNumber((((curftotal + curstotal + curbtotal) * sngtax) + (curftotal + curstotal + curbtotal)),2)
    where 2 is the number of decimal places you want.
    QUOTE]


    thanks thats perfect

    Thank you all

  4. #4

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