Jump to content

change name to dimension


---
 Share

Recommended Posts

Other alternative in compact printout is using the text element instead.
Nominal= 10
UT= 0.1
LT = 0.1
Ndecimal=4
Result=""

for n=1  to 8
Result=Result + "Dim at "  + (360/8 * (n-1)) + "    " + formatL(getActual("Dim1",n).diameter,0,Ndecimal)  + "    " + formatL(Nominal,0,Ndecimal) + "    " + formatL(UT,0,Ndecimal) + "    " + formatL(LT ,0,Ndecimal)  +cr()
next n
1375_9111d5dcf42715375ec844a7fae592c1.png
Link to comment
Share on other sites

 Share

×
×
  • Create New...