Jump to content
Developer Wiki and Function Reference Links ×

Rounding Style setting - Exact as Fractions / Non-Exact as Decimals


LarryO

Recommended Posts

Which function permits the setting to be achieved?

When using PrimaryUnits or Units the 'Rounding Style' will change to Fractional or Decimal. We want to be able to return it to 'Exact as Fractions / Non-Exact as Decimals'.

My searching has yielded no results as usual. Arrgh

Link to comment

Hello LarryO,

   175 is the preference number you need. However, to set Pref 175 to TRUE, Preference 168 must already be set to TRUE.

   So, try this two line script to return VW to the way you like:

SetPref(168, True);   { Rounding Style: Fractional }

SetPref(175, True);   { Exact as Fractions / Non-Exact as Decimals }

Raymond

Link to comment
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...