Charles Posted August 10, 2017 Share Posted August 10, 2017 I want to find out the area of a polyline using the area macro in the label dialog. The default rounding is out to five decimal places. How do I set it to round up to one or two decimal places?? Thanks in advance, Charles Link to comment Share on other sites More sharing options...
Alaskan_Son Posted August 10, 2017 Share Posted August 10, 2017 Text Macro Management. Write a custom macro...evaluated (owner context) and set the value to: area.round(2) NOTE: The 2 represents the number of decimal values you want the value rounded to. Leave that part off completely and the value will just round to the nearest whole number. Replace the %area% macro with your new custom macro. 1 1 Link to comment Share on other sites More sharing options...
Chrisb222 Posted November 17, 2017 Share Posted November 17, 2017 This worked for me! Thanks Michael. 1 Link to comment Share on other sites More sharing options...
Alaskan_Son Posted November 18, 2017 Share Posted November 18, 2017 You betcha Link to comment Share on other sites More sharing options...
kylejmarsh Posted October 24, 2018 Share Posted October 24, 2018 Great help - I've avoided the %area tag because it was too precise Link to comment Share on other sites More sharing options...
dskogg Posted October 26, 2018 Share Posted October 26, 2018 How do you write that macro Link to comment Share on other sites More sharing options...
Kbird1 Posted October 26, 2018 Share Posted October 26, 2018 On 8/10/2017 at 12:17 AM, Alaskan_Son said: USE Text Macro Management. Write a custom macro...evaluated (owner context) and set the value to: area.round(2) It's right there in the 2nd Post .... or just above now.... 4 hours ago, dskogg said: How do you write that macro Lucky you Kirk just made a video in another Thread too.... Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now