Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Minor post mod

Status
Not open for further replies.

mrawlinc

Industrial
Joined
Nov 19, 2012
Messages
36
Location
SI
I would need to modify post processor so in header would be an additional line with text in square brackets. Problem is that adding Text block doesn't work because of brackets, so question is how define output in the way it would output with that necessary [ ] ?
For example, output line should be:
[COMMENTO]
 
You need the \ in front of the "square brackets": \[

John Joyce
Manufacturing Engineer
Senior Aerospace CT
NX 10 & 11.0.1 Vericut 8.0.3
 
Maybe a sample section of code for better understanding syntax, as I tried this, and it doesn't work:

Code:
Text[\[COMMENTO]]
 

MOM_output_literal "\[COMMENTO\]"


John Joyce
Manufacturing Engineer
Senior Aerospace CT
NX 10 & 11.0.1 Vericut 8.0.3
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top