Ignore:
Timestamp:
Jul 25, 2010, 2:51:23 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

interval update

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
     1TMGDEBUG ;TMG/kst/Debug utilities: logging, record dump ;03/25/06, 7/11/10
    22         ;;1.0;TMG-LIB;**1**;07/12/05
    33
     
    2222 ;"DebugExit^TMGDEBUG(DBIndent,ProcName)
    2323 ;"ShowError^TMGDEBUG(PriorErrorFound,Error)
     24 ;"$$FMERRSTR(ERRARRAY) -- same as $$GetErrStr()
    2425 ;"$$GetErrStr^TMGDEBUG(ErrArray)
    2526 ;"ShowIfDIERR^TMGDEBUG(ErrMsg,PriorErrorFound)  ;really same as below
     
    410411
    411412
     413FMERRSTR(ERRARRAY)
     414        QUIT $$GetErrStr(.ERRARRAY)
     415        ;
    412416GetErrStr(ErrArray)
    413417        ;"Purpose: convert a standard DIERR array into a string for output
Note: See TracChangeset for help on using the changeset viewer.