back to Table of Contents


TempLog (sub)

Add an entry to the global logging system for temporary files. All registered files will be deleted automatically during the program's cleanup procedure (ie. at regular program end, unexpected error abort or forced exit by the user (window's "X" button, <Alt-F4> etc.)).


SYNTAX:

TempLog file$, comm$

INPUTS:

file$ (STRING)

comm$ (STRING)


NOTES:


back to Table of Contents