Changeset 894 for cprs/branches/tmg-cprs/m_files/TMGDEBUG.m
- Timestamp:
- Jul 25, 2010, 2:51:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/tmg-cprs/m_files/TMGDEBUG.m
r796 r894 1 TMGDEBUG ;TMG/kst/Debug utilities: logging, record dump ;03/25/06 1 TMGDEBUG ;TMG/kst/Debug utilities: logging, record dump ;03/25/06, 7/11/10 2 2 ;;1.0;TMG-LIB;**1**;07/12/05 3 3 … … 22 22 ;"DebugExit^TMGDEBUG(DBIndent,ProcName) 23 23 ;"ShowError^TMGDEBUG(PriorErrorFound,Error) 24 ;"$$FMERRSTR(ERRARRAY) -- same as $$GetErrStr() 24 25 ;"$$GetErrStr^TMGDEBUG(ErrArray) 25 26 ;"ShowIfDIERR^TMGDEBUG(ErrMsg,PriorErrorFound) ;really same as below … … 410 411 411 412 413 FMERRSTR(ERRARRAY) 414 QUIT $$GetErrStr(.ERRARRAY) 415 ; 412 416 GetErrStr(ErrArray) 413 417 ;"Purpose: convert a standard DIERR array into a string for output
Note:
See TracChangeset
for help on using the changeset viewer.