PRTools contents |
PRPROGRESS
PRPROGRESS ON
All progress of all routines will be written to the command window.
PRPROGRESS(FID)
Progress reports will be written to the file with file descriptor FID.
PRPROGRESS(FID,FORMAT,...)
Writes progress message to FID. If FID == [], the predefined destination (command window or file) is used.
PRPROGRESS OFF
PRPROGRESS(0)
Progress reporting is turned off.
PRPROGRESS
Toggles between PRPROGRESS ON and PRPROGRESS OFF
FID = PRPROGRESS
Retrieves the status of PRPROGRESS
Some | routines (e.g. CLEVAL) have a switch in the function call by which |
progress | reporting for that routine only can be initiated. |
PRTools contents |