Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

System Parameters

  • Thread starter Thread starter Beam
  • Start date Start date
B

Beam

Guest
Hi again everybody


I dio not manage to round up to 0 decimal in my system parameter WEIGHT=mp_mass that report the weight of my par or asembly in my drawing table.


Ex. it is reported a weight of 49.875 so I would want to show 50.


My config file "param_dec_places" is set to 0 but it only apply in the parameter user table interface.


Thank you in advance.
 
Hi Beam


To get it to show 0 decimal places, just do the following.


&PRO_MP_MASS[.0]


Cheers


Drifter
 
Thank you very much drifter


Beam
 

Part and Inventory Search

Sponsor

Back
Top