CoCoA:H.UnSetMore

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

H.UnSetMore

more-device for online help

Description

The purpose of these functions is to turn on and off filtering of the

online help system through the function More. When the online help

system filters through More any output from online help is stored in a MoreDevice then printed to the screen, N lines at a time. The number N is stored in the global variable MEMORY.MoreCount and may be set directly by the user with the command MEMORY.MoreCount := X where X is an integer. The idea is to keep the output from scrolling off of the screen. See <ttref>More</ttref> for more information.

The function H.UnSetMore turns off filtering through More, without

affecting MEMORY.MoreCount. (see <ttref>H.SetMore</ttref>)

Syntax

H.UnSetMore():NULL

More

H.SetMore

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