Message 1 of 6
Numeric paramteres precision display
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
when I type in a numerical parameter through the GUI, let's say for example a hole depth of 20mm, it will display as "20mm" and when queried through VBA it will be "2" (centimeters).
However, when I change the value through VBA, it will be shown on the GUI as "20.000000 mm" and when read by VBA it will be 2.00000 cm as well.
I have this problem with changing every kind of numerical parameters through VBA, and I have no idea how to do this correctly.
Could anyone help me please? Thanks in advance.