ROUND |
Top Previous Next |
Keyword Description Numerical rounding Class Function Where Legal
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 |