PB Format Problem
PB Format Problem
(OP)
I working on a PB_CMD.TCL file and I trying to reformat the following:
"mom_tool_nose_radius" to a 1.4 output --> right now it's coming out of the post
as 0.04600000000000000 and I want --> .0460
Please, any help would be appreciated.
"mom_tool_nose_radius" to a 1.4 output --> right now it's coming out of the post
as 0.04600000000000000 and I want --> .0460
Please, any help would be appreciated.





RE: PB Format Problem
[format %1.4f $mom_tool_nose_radius]
RE: PB Format Problem
Thank-you
Curtis E. Wright