HDbyJustin Posted January 5, 2023 Share Posted January 5, 2023 I have made a simple macro to show the ceiling height for a selected room. It is not showing the trailing zero. I am attaching my macro below. Any thoughts? height = room.finished_ceiling_elevation - room.finished_floor_elevation nf = NumberFormatter.new nf.unit = "'-\"" nf.use_fractions = true nf.apply (height) Link to comment Share on other sites More sharing options...
glennw Posted January 5, 2023 Share Posted January 5, 2023 Can you use something like this? Link to comment Share on other sites More sharing options...
HDbyJustin Posted January 5, 2023 Author Share Posted January 5, 2023 Yes, I can. It is doing everything I want except it is dropping that trailing zero. I believe someone on here shows one using show_leading_zero and it worked but show_trailing_zero doesn't. Link to comment Share on other sites More sharing options...
HDbyJustin Posted January 5, 2023 Author Share Posted January 5, 2023 .... it would have helped to spell zeros correctly. Its about hour 14 of my work day so I am burning out. Thank you for the help. 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