Function CDM_AppendError


Definition:#include <CDM.h>
Prototype:int CDM_AppendError(const char *, arg1);
Arguments:

error: The error message (char *)

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function will append the given string as an error to the value of current Tcl interpreter (stored in the variable CDM_Interp).

Return Value:

This function always returns TCL_ERROR.

See Also:

Tcl_AppendResult


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.