Page 1 of 1
tcl number in .tcl file
Posted: Tue Aug 20, 2002 6:09 pm
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
Re: tcl number in .tcl file
Posted: Tue Aug 20, 2002 7:27 pm
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.
Re: tcl number in .tcl file
Posted: Tue Aug 20, 2002 7:29 pm
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.