CoCoA:H.OutManual

From ApCoCoAWiki

H.OutManual

print the online manual to a file

Description

This function prints sections of the manual to a text file named S.

Warning: if a file named S already exists, it is appended to. The

first form prints the entire manual to a file. The others are used to print part P, chapter C, section S. Recall that the online help consists of a manual *and* a list of commands. To print out the commands, use <ttref>H.OutCommands</ttref>.

Example

  H.OutManual(<quotes>part1.chp2</quotes>,1,2);

Syntax

H.OutManual(S:STRING):NULL
H.OutManual(S:STRING,P:INT):NULL
H.OutManual(S:STRING,P:INT,C:INT):NULL
H.OutManual(S:STRING,P:INT,C:INT,S:INT):NULL

H.OutCommands

H.Toc

   <type>help</type>
   <type>online-help</type>