Skip to main content
1-Visitor
November 28, 2014
Solved

vb script for mm to fractions of inch conversion

  • November 28, 2014
  • 7 replies
  • 3826 views

I need to convert mathcad 15 results having mm to fractions inches using scriptable objects)

Best answer by StuartBruff

collab+-+14+12+04+fractions+02.JPGDo you mean something like the attached?

Stuart

7 replies

19-Tanzanite
November 29, 2014

There is no easy way to do that. It would require a lot of programming, especially if you want fractions based on anything other than tenths (i.e. n/10, n/100, etc.).

1-Visitor
November 30, 2014

Thanks for replay me Mr Jackson.

round of 3/16 fraction is required for me.

23-Emerald V
November 30, 2014

Why do you need to do it in vbscript? And what kind of result / output do you need?

Stuart

Werner_E
25-Diamond I
November 30, 2014

Like Stuart I am also wondering what you plan to do with the results of the script. In Mathcad it would be a string (which you can get using Mathcad alone, too) which would be just good for viewing. If thats the goal, you might as well use Mathcad on its own and better let the result be something you can reuse in Mathcad like the matrix I had chosen.

1.png

1-Visitor
December 1, 2014

Thanks for your quick replay, what i want to convert to mm to inch fraction is clearly mentioned in the attached MathCAD sheet.

Please help me ASAP

23-Emerald V
December 4, 2014

collab+-+14+12+04+fractions+02.JPGDo you mean something like the attached?

Stuart