how to round a number in visual basic code example
Example: how to round a number in visual basic
Math.Round(Val({Value to be rounded}), {amount of decimal places})
Example:
Math.Round(Val(19/2), 0)
Math.Round(Val({Value to be rounded}), {amount of decimal places})
Example:
Math.Round(Val(19/2), 0)