fmt "TOOL = " 4 tnote # Note format
fmt " DIA. OFF. - " 4 toffnote # Note format
fmt " LEN. - " 4 tlngnote # Note format
fmt " Dia = " 1 tldia # Note format
fmt " Rad = " 11 tcr
# --------------------------------------------------------------------------
# Tool Comment / Manual Entry Section
# --------------------------------------------------------------------------
ptoolcomment #Comment for tool
tnote = t
toffnote = tloffno
tlngnote = tlngno
# "(", pstrtool, *tnote, *toffnote, *tlngnote, *tldia, *tcr,")", e
"(TOOL= ", pstrtool, *tldia, *tcr,")", e |