|
noisily
quietly知道,noisily 没有用过啊
help quietly, help noisily
-------------------------------------------------------------------------------------------
Title
[P] quietly -- Quietly and noisily perform Stata command
Syntax
Perform command but suppress terminal output
quietly [:] command
Perform command and ensure terminal output
noisily [:] command
Specify type of output to display
set output { proc | inform | error }
Description
quietly suppresses all terminal output for the duration of command. It is useful
both interactively and in programs.
noisily turns back on terminal output, if appropriate, for the duration of command.
It is useful only in programs.
set output specifies the output to be displayed. It is useful only in programs and
even then is seldom used.
|