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
|
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 */
|