% tk_progress(val, text) % % creates a progress bar indicator window it it does not exist, and % sets the bar of scale bar to value ( 0 <= val <= 100), and prints 'text'. % if it exists, then only 'val' and 'text' are updated % if called without arguments, destroys the window % % Octave can continue processing