ROUND

This function rounds a number to the nearest integer.

ROUND(Number)


PARAMETERS

Number

The number to be ‘rounded’

Example:
Round the value contained in TEXT1, and store the result in a memory variable named ROUNDED.

SETMEM(ROUNDED//ROUND(~TEXT1~))
MESSAGE(<!ROUNDED!>//”ROUNDED VALUE”)