back to Table of Contents


LogArgs (sub)

Print the contents of a variable args list to debug output, any control chars (in string args) will be filtered using the active filter mode. Note that strings will stop at the first CHR$(0) found, as output is done through C/C++ stdio functions.


SYNTAX:

LogArgs vargs$

INPUTS:

vargs$ (STRING)


ERRORS:


back to Table of Contents