tcl number in .tcl file

General questions about using TextPad

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

Post Reply
H. Alting

tcl number in .tcl file

Post by H. Alting »

When you create your own TCL file for Textpad (like the one with ascii characters or HTML tags), can you use any tcl number after the entry in the first line that says "TCL="?

The ascii character list has TCL=1000.

TIA,

H. Alting
Andreas

Re: tcl number in .tcl file

Post by Andreas »

Why don't you let Textpad create the tcl file?
Rightclick on the dropdown box that lists all the tcl files and select new book.
Andreas

Re: tcl number in .tcl file

Post by Andreas »

just after I posted, I thought of looking into the help
(How To - Use the Clip library - Direct editing):

!TCL=<id>, <comment>

<id> is an identification number in the range 1-999 (numbers above that are reserved for our sample clip books). It must be unique for each clip book.

<comment> is any text, such as the author's name.
Post Reply