start

PKLOGFILEINIT and PKLOGFILEWRITE

Intended to be used inside macros for debugging or to save data to a text file.

Syntax: PKLOGFILEINIT;text-file-name.txt

Any comments will now be written to text-file-name.txt.

Syntax: PKLOGFILEWRITE;comment

comment will be appended (written at the end of) the current log file.