home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / HTMCK111 / MAC / HCTESEC.MAC < prev    next >
Text File  |  1995-11-13  |  799b  |  15 lines

  1. /*---------------------------------------------------------------------------*/
  2. /*                                                                           */
  3. /*  hctESec - This REXX Macro is called when the report finishes a section   */
  4. /*                                                                           */
  5. /*  Valid Variables are:                                                     */
  6. /*      hcTotalBytes   hcDeep                                                */
  7. /*                                                                           */
  8. /*---------------------------------------------------------------------------*/
  9.  
  10.   Call RxhcLineOut '-------------ESec------------'
  11.   Call RxhcLineOut 'hcTotalBytes=' hcTotalBytes
  12.   Call RxhcLineOut 'hcDeep=' hcDeep
  13.  
  14. RETURN
  15.