CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    405

    Find rounding functions VB6.0 ?

    I want to find rounding functions. In VB60. The function can be fulfilled in the for example below

    for example:

    794.5 = 795

    843.4 = 843

    245.345 = 245

    I used the function: Round(), Int(), Fix() but not.

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Find rounding functions VB6.0 ?

    I'm sure your problem was resolved in VBForums
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Find rounding functions VB6.0 ?

    How was it resolved?

  4. #4
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Find rounding functions VB6.0 ?

    http://support.microsoft.com/kb/196652/en-us

    But @dongtrien could say it better
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

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

Featured