Brynn, An additional use of the System.Math.Round would be to round to a specific number of decimal places. This can be accomplished by the expression System.Math.Round(this.BOLT_DIA,1) . This will round the value to one decimal place. Changing the 1 to a 2 will result in 2 decimal places, and so on. I hope this helps, Tony DeRosa Senior Consultant Bentley Plant
↧