Hidden Text or Comments

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Larry Dorshkind

Hidden Text or Comments

Post 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?
Ed

Re: Hidden Text or Comments

Post 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.
Post Reply