Code:
set more on
forvalues x = 1/5{
di `x'
more
}When run from a do-file, however, all 5 numbers are displayed instantly without --more-- breaks or pauses for user input. I checked if -more- was still set to on throughout the loop using this code:
Code:
set more on
forvalues x = 1/5{
di `x'
di `"`c(more)'"'
more
}Code:
1 on 2 on 3 on 4 on 5 on
Am I misunderstanding how the command is supposed to work or misusing it somehow?
I'm running Stata/SE 16.1 on Windows 10.
0 Response to Confusing behavior by -more-
Post a Comment