Round
Previous Top Next

Returns a rounded number from a number with a specified number of digits.
Default number of digits is 0.
Syntax: Round (Number [,Number of digits])
Example: Msgbox (Round (4.8))
Result: Displays 5