Master Comment

clueless26

New Member
Hi!
I have some terms & conditions defined in master comments, having all the formatting etc.
When i take a print out from mfg/pro itself it comes out fine, but when this comment is called from a web speed program, the formatting is gone. It takes in as one stream, there are not paragraphs.
Are there any escape characters that cen be defined while defining the master comment, which will take care of the formatting?
I hope i have made the Q clear :)
 
As far as I know, there are no predefined escape characters what you are expecting. One thing you can do is while maintaining master comments, use some character like ; wherever you actually want a new line to begin. In your code, pick one character at a time, check for occurence of this character and put a skip as required.

Hope you got it! :rolleyes:
 
Back
Top