I am currently writing a help-file in SMCL. It works well apart from a few
spots... One example:
In the smcl-code of the help file I have a part:
{cmdab:sav:ing(} {it:fileout1} {it:fileout2} {it:fileoutX}{cmd:)}
If I copy this line and -display- it in the results window, it's appears
fine:
. di "{cmdab:sav:ing(} {it:fileout1} {it:fileout2} {it:fileoutX}{cmd:)}"
saving( fileout1 fileout2 fileoutX)
However, if I call the help from within Stata, the same part in the viewer
looks:
saving( eout1} fileout2 fileoutX)
The same problem I have in most (but not all...) of my help files. What am I
doing wrong here?
You should probably write