home *** CD-ROM | disk | FTP | other *** search
- #include "box.ch"
- function manual(filename, kill)
- public adbf, theline, nhandle, WORD, transline, wword, wwword, oldline, xx, file11, jj, file_1, demo
- public Chp, Schp, Head, txt, mainch, oldpage
- public file1
- public file2
- public file3
- public file4
- public file5
- demo := .f.
- mainch := .t.
- SET CURSOR OFF
- clear
- /*
- |-------------The longest Test line can't go past here----------|
- | This will allow for a 1" border on the Left and a 1/2 on Right.
- $SUPERMAN$ <--- This Command MUST be in the comments.
- $CHAPTER$ <--- Enter the Chapter Number on the very next line
- 0
- $SUBCHAPTER$ <--- Enter the SubChapter Number on the very next line
- 0
- $HEADING$ <--- Enter the Chapter/SubChapter Heading - 65 Chrs Max/Line
- Why SUPERMANual
- $INDEXWORDS$ <--- Enter Index Words. One Word per Line - 20 Chrs Max/Line
-
- $TXT$ <--- Enter the manual Text-65 Chrs/Line Unlimited Lines
- SUPERMANual v.1.1 (5/3/93) - Is a Source Code util that creates
- a complete Users Manual for editing with a word processor or
- printing direct.
-
- You place a special header file in your source and maintain all
- text info for the manual in your source code. SUPERMANual will
- extract and assemble your users manual for you.
-
- This Manual was completely created with SUPERMANual. If you
- would like to have an instant Users Manual, this is the program
- for you.
-
- If you are using the DEMO version, of SUPERMANual, you can print
- up to a 6 page manual with Cover Page, Table of Contents, Index,
- Header, Footer, Page Numbers and the 6 page manual.
-
- You can register this program online on our support BBS by
- calling 609-383-9400 14.4Kb 24 Hours, 9 Nodes.
-
- Thank you for using SUPERMANual. Written By Jim Barcus.
-
- You can get support by calling 304-232-1773 noon to 7pm EST.
- $END$ -------The longest Test line can't go past here----------|
- the rest of the program goes here!
- */
-
- if empty(filename)
- clear
-
-
-
-
-