C3D.get_error_message

Previous  Next

 

strMessage = C3D.get_error_message( nErrCode AS INTEGER ) AS STRING

 


 

Returns the error message as a string for specified error number.

 

Example

 

PRINT C3D.GET_ERROR_MESSAGE( C3D.PUT_PAR_ITEM( fid, "POINT:LABELS", C3D_par_description, "Fixed" ) ),

PRINT C3D.GET_ERROR_MESSAGE( C3D.PUT_PAR_ITEM( fid, "POINT:LABELS", C3D_par_locked, FALSE ) ),