back to Table of Contents


LogOpen (function)

Open a new branch in the debug output tree, should be called on any function's entry point or as introduction of a new debug section in the main program. The result must be stored and passed back to a subsequent (matching) call to the subroutine LogClose().


SYNTAX:

ostat% = LogOpen% (func$, file$)

INPUTS:

func$ (STRING)

file$ (STRING)


RESULT:

ostat% (INTEGER)


back to Table of Contents