Title
[R] more -- The --more-- message
[P] more -- Pause until key is pressed
Syntax
The more message
more
Tell Stata to pause or not pause for --more-- messages
set more {on|off} [, permanently]
Set number of lines between --more-- messages
set pagesize #
Description
more causes Stata to display --more-- and pause until any key is pressed.
set more on, which is the default, tells Stata to wait until you press a key before continuing when a --more--
message is displayed.
set more off tells Stata not to pause or display the --more-- message.
set pagesize # sets the number of lines between --more-- messages. The permanently option is not allowed with set
pagesize.
Option
permanently specifies that, in addition to making the change right now, the more setting be remembered and become the
default setting when you invoke Stata.
看帮助啊