next up previous contents index
Next: Printing it out Up: Using CCATSL Windows Previous: Changing the appearance of   Contents   Index


The message, status and error windows

CCATSL uses a standard mechanism for reporting status, error and informational messages. You can use this yourself with StatusCL, ErrorCL and MessageCL.


MessageCL, StatusCL and ErrorCL

These routines allow you to use CCATSL's standard mechanism for reporting status, error, and informational messages.

  
MessageCL("Please select an option");   /* Write to the message area */
StatusCL("Running...");                 /* Write to the status area  */
ErrorCL("Failed to converge");          /* Write error message and exit */



CATAM admin 2010-02-23