ROUND

Top  Previous  Next

Keyword Description

Numerical rounding

Class

Function

Where Legal

Resources

Entry Logic

Exit Logic

Initial Size

Resize

(Pre-Category)

Resize

(Category-Level)

l

l

l

 

 

 

Syntax

ROUND[COLx,n]

Where x is a COL number, n is an integer representing the number of decimal places to round to.

Example

Sample code

COL2 = ROUND[COL1, 3]

' round the values in COL1 to 3 decimal places