Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I would like to write the following code at the end of all my programs.
CYCL DEF 12.0 PGM CALL
CYCL DEF 12.1 PGM tnc:\allgem\programm-ende.h
CYCL CALL
I inserted the following code in the function "onClose"
writeBlock("CYCL DEF 12.0 PGM CALL");
writeBlock("CYCL DEF 12.1 PGM tnc:\allgem\programm-ende.h");
writeBlock("CYCL CALL");
Output of the Postprocessor is:
CYCL DEF 12.0 PGM CALL
CYCL DEF 12.1 PGM tnc:allgemprogramm-ende.h
CYCL CALL
So we are missing all the "\"
How can I edit the Post to include "\"?
Solved! Go to Solution.