back to Table of Contents


LogFmt (sub)

Print a formatted string to debug output, C/C++ style escape sequences can be used in the format template string as well as in argument strings, control chars will be filtered using the active filter mode. Note that output will stop at the first CHR$(0) found, as output is done through C/C++ stdio functions. This means also, that you need to use the C/C++ style (printf()) formatting tokens, not the PRINT USING tokens.


SYNTAX:

LogFmt fmt$, vargs$

INPUTS:

fmt$ (STRING)

vargs$ (STRING)


ERRORS:


back to Table of Contents