Is there a way to make text "Hidden" and therefore not print or get inserted inot another document?
I do not know what the term "Comment" refers to. Would this operation work?
Hidden Text or Comments
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Ed
Re: Hidden Text or Comments
TextPad is a text editor not a word-processor. It is largely used by programmers who need complete control of every character that is put in a file so that it can be read by a machine with no nasty surprises. Generally a machine will read a file a line at a time a comment is a line or part of a line that the machine will ignore, for instance in the Basic programming language a line beginning with "rem" is a comment.
So I think you need a different tool.
So I think you need a different tool.