CoCoA:H.UnSetMore
From ApCoCoAWiki
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
<type>help</type> <type>online-help</type>