Page 1 of 1
Hidden Text or Comments
Posted: Sat Oct 05, 2002 12:51 am
by Larry Dorshkind
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?
Re: Hidden Text or Comments
Posted: Sat Oct 05, 2002 5:21 am
by Ed
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.