From help-request at octave dot org Fri Apr 29 10:42:05 2005 Subject: Re: Program still does not print out while running From: "Robert A. Macy" To: "Dmitri A. Sergatskov" Cc: help at octave dot org Date: Fri, 29 Apr 2005 08:37:36 -0700 There is no clear in the script However, I tried saving everything temporarily... >> save -binary "alldata.bin"; >> clear >> clear all and loaded back with... >> load -force "alldata.bin"; >> FindCurve; and the script didn't print until finished. I then exited octave, and restarted octave, and again... >> load -force "alldata.bin"; >> FindCurve; and the script didn't print until finished. I know when I start octave fresh, it prints. so some variable was saved that got toggled. Where is the list of built-in variables that affect printing? - Robert - On Fri, 29 Apr 2005 09:13:04 -0600 "Dmitri A. Sergatskov" wrote: > Robert A. Macy wrote: > > The script says... > > page_output_immediately=1; > > ...but fails to print out until the end > > > > my emails incorrectly said... > > page_out_immediately=1; > > sorry. > > So, did you check for > page_out_immediately > > or > > page_output_immediately > > after the script run? > > If you indeed checked for the same variable you > set at the beginning of the script, and this variable > undefined, I suspect that somewhere in your script > you have "clear all" removing this variable. > > Dmitri. > -- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------