Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
iProperties.Value("Custom", "SQINCH") = SheetMetal.FlatExtentsArea Parameter("SQINCH") = iProperties.Value("Custom", "SQINCH") A1 = (SQINCH/144) iProperties.Value("Custom", "SQFOOT") = A1
Above is the code i have for converting the extents area to sq foot, what i would like to do is round off the decimal places to 2 places beyond the decimal for example 123.45. I have tried the round function and i can't figure what i'm missing any help will be greatly appreciated.
Solved! Go to Solution.