Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
just making custom distance label with annotation node.
i need to format precision to get rid of extra values.. it will be great if it could be done within format command with syntax like in python (```"{:10.2f}".format(3.1415926535)```)
by default command `format -s 3.1415926535 "^1s"` rounds to ```3.141593```
Solved! Go to Solution.