round to the nearest integer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • poopsy
    New Member
    • Nov 2006
    • 50

    round to the nearest integer

    how do i round a value to the nearest integer?
    im doin that inside a function
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Originally posted by poopsy
    how do i round a value to the nearest integer?
    im doin that inside a function
    Maybe just call a round() function.

    Comment

    • amitpatel66
      Recognized Expert Top Contributor
      • Mar 2007
      • 2358

      #3
      Originally posted by poopsy
      how do i round a value to the nearest integer?
      im doin that inside a function
      You can use ROUND function

      Comment

      Working...