home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
HTMCK111
/
MAC
/
HCTTERM.MAC
< prev
next >
Wrap
Text File
|
1995-11-13
|
1KB
|
24 lines
/*---------------------------------------------------------------------------*/
/* */
/* hctTerm - This REXX Macro is called when the report is finished and there*/
/* is nothing else left to do. The output file is closed after */
/* this Macro Call */
/* */
/* Valid Variables are: */
/* hcReportName hcReportDescription hcServerURL */
/* hcServerRoot hcDocumentRoot hcTopHTML */
/* */
/* */
/*---------------------------------------------------------------------------*/
Call RxhcLineOut '---------Term----------'
Call RxhcLineOut 'hcReportName=' hcReportName
Call RxhcLineOut 'hcReportDescription=' hcReportDescription
Call RxhcLineOut 'hcServerURL=' hcServerURL
Call RxhcLineOut 'hcServerRoot=' hcServerRoot
Call RxhcLineOut 'hcDocumentRoot=' hcDocumentRoot
Call RxhcLineOut 'hcTopHTML=' hcTopHTML
RETURN